WS_OK_7.4.33
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: lcaginesisstore-stagingdb
-- ------------------------------------------------------
-- 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=73907 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),(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),(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),(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','complete','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,1,'2025-12-27 06:08:00','2025-12-27 06:08:00',301117,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','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301122,NULL,10),(73800,'woocommerce_tracker_send_event_wrapper','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301122,NULL,10),(73801,'wp_mail_smtp_admin_notifications_update','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73802,'woocommerce_cleanup_logs','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73803,'woocommerce_cleanup_rate_limits_wrapper','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73804,'woocommerce_scheduled_sales','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73805,'woocommerce_cleanup_draft_orders','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73806,'wc_admin_daily_wrapper','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73807,'woocommerce_cleanup_sessions','complete','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,1,'2025-12-27 06:00:02','2025-12-27 06:00:02',301114,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','complete','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,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,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','complete','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,1,'2025-12-27 18:00:02','2025-12-27 18:00:02',301176,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','complete','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,1,'2025-12-27 10:00:02','2025-12-27 10:00:02',301137,NULL,10),(73815,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-27 07:00:02','2025-12-27 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766818802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766818802;}',6,1,'2025-12-27 07:00:03','2025-12-27 07:00:03',301123,NULL,10),(73816,'woocommerce_cleanup_personal_data','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:02','2025-12-28 07:30:02',301241,NULL,10),(73817,'woocommerce_tracker_send_event_wrapper','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:02','2025-12-28 07:30:02',301241,NULL,10),(73818,'wp_mail_smtp_admin_notifications_update','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73819,'woocommerce_cleanup_logs','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73820,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73821,'woocommerce_scheduled_sales','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73822,'woocommerce_cleanup_draft_orders','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73823,'wc_admin_daily_wrapper','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,10),(73824,'woocommerce_cancel_unpaid_orders','pending','2025-12-30 07:00:03','2025-12-30 07:00:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767078003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767078003;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73825,'woocommerce_cleanup_sessions','complete','2025-12-28 06:00:00','2025-12-28 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766901600;s:18:\"\0*\0first_timestamp\";i:1766901600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766901600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-28 06:00:02','2025-12-28 06:00:02',301233,NULL,10),(73826,'generate_category_lookup_table_wrapper','complete','2025-12-27 07:00:13','2025-12-27 07:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766818813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766818813;}',14,1,'2025-12-27 07:30:01','2025-12-27 07:30:01',301125,NULL,10),(73827,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-28 07:00:03','2025-12-28 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905203;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-28 07:30:03','2025-12-28 07:30:03',301241,NULL,20),(73828,'woocommerce_refresh_order_count_cache','complete','2025-12-27 22:00:02','2025-12-27 22:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766872802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766872802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-27 22:00:02','2025-12-27 22:00:02',301195,NULL,10),(73829,'fetch_patterns','complete','2025-12-28 18:00:02','2025-12-28 18:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766944802;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766944802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 18:00:02','2025-12-28 18:00:02',301339,NULL,10),(73830,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-27 19:00:02','2025-12-27 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766862002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766862002;}',6,1,'2025-12-27 19:00:02','2025-12-27 19:00:02',301181,NULL,10),(73831,'woocommerce_refresh_order_count_cache','complete','2025-12-28 10:00:02','2025-12-28 10:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766916002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766916002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-28 10:30:02','2025-12-28 10:30:02',301254,NULL,10),(73833,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-28 07:00:02','2025-12-28 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766905202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766905202;}',6,1,'2025-12-28 07:00:02','2025-12-28 07:00:02',301239,NULL,10),(73834,'woocommerce_cleanup_personal_data','complete','2025-12-29 07:30:02','2025-12-29 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993402;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:03','2025-12-29 08:00:03',301416,NULL,10),(73835,'woocommerce_tracker_send_event_wrapper','complete','2025-12-29 07:30:02','2025-12-29 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993402;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73836,'wp_mail_smtp_admin_notifications_update','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73837,'woocommerce_cleanup_logs','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73838,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73839,'woocommerce_scheduled_sales','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73840,'woocommerce_cleanup_draft_orders','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-29 08:00:04','2025-12-29 08:00:04',301416,NULL,10),(73841,'wc_admin_daily_wrapper','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 08:00:05','2025-12-29 08:00:05',301416,NULL,10),(73842,'woocommerce_cleanup_sessions','complete','2025-12-29 06:00:00','2025-12-29 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766988000;s:18:\"\0*\0first_timestamp\";i:1766988000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766988000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-29 06:00:01','2025-12-29 06:00:01',301406,NULL,10),(73843,'generate_category_lookup_table_wrapper','complete','2025-12-28 07:30:13','2025-12-28 07:30:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766907013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766907013;}',14,1,'2025-12-28 08:00:02','2025-12-28 08:00:02',301244,NULL,10),(73844,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-29 07:30:03','2025-12-29 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766993403;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766993403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-29 08:00:05','2025-12-29 08:00:05',301416,NULL,20),(73845,'woocommerce_refresh_order_count_cache','complete','2025-12-28 22:30:02','2025-12-28 22:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766961002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766961002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-28 23:00:02','2025-12-28 23:00:02',301371,NULL,10),(73846,'wc-admin_import_orders','complete','2025-12-28 16:16:52','2025-12-28 16:16:52','[184406]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766938612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766938612;}',2,1,'2025-12-28 16:17:16','2025-12-28 16:17:16',301303,NULL,10),(73847,'wc_schedule_pending_batch_processes','complete','2025-12-28 16:16:47','2025-12-28 16:16:47','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766938607;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766938607;}',15,1,'2025-12-28 16:16:48','2025-12-28 16:16:48',301300,NULL,10),(73848,'wc_run_batch_process','complete','2025-12-28 16:16:48','2025-12-28 16:16:48','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766938608;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766938608;}',6,1,'2025-12-28 16:16:48','2025-12-28 16:16:48',301301,NULL,10),(73849,'wc-admin_import_orders','complete','2025-12-28 16:26:11','2025-12-28 16:26:11','[184407]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766939171;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766939171;}',2,1,'2025-12-28 16:26:29','2025-12-28 16:26:29',301313,NULL,10),(73850,'wc_schedule_pending_batch_processes','complete','2025-12-28 16:26:06','2025-12-28 16:26:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766939166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766939166;}',15,1,'2025-12-28 16:26:29','2025-12-28 16:26:29',301313,NULL,10),(73851,'wc_run_batch_process','complete','2025-12-28 16:26:29','2025-12-28 16:26:29','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766939189;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766939189;}',6,1,'2025-12-28 16:26:29','2025-12-28 16:26:29',301314,NULL,10),(73852,'wc-admin_import_orders','complete','2025-12-28 17:41:17','2025-12-28 17:41:17','[184408]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943677;}',2,1,'2025-12-28 17:42:45','2025-12-28 17:42:45',301331,NULL,10),(73853,'wc_schedule_pending_batch_processes','complete','2025-12-28 17:41:12','2025-12-28 17:41:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943672;}',15,1,'2025-12-28 17:42:45','2025-12-28 17:42:45',301331,NULL,10),(73854,'wc_run_batch_process','complete','2025-12-28 17:42:45','2025-12-28 17:42:45','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943765;}',6,1,'2025-12-28 17:42:45','2025-12-28 17:42:45',301332,NULL,10),(73855,'wc-admin_import_orders','complete','2025-12-28 17:43:11','2025-12-28 17:43:11','[184409]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943791;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943791;}',2,1,'2025-12-28 17:44:13','2025-12-28 17:44:13',301334,NULL,10),(73856,'wc_schedule_pending_batch_processes','complete','2025-12-28 17:43:06','2025-12-28 17:43:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943786;}',15,1,'2025-12-28 17:44:13','2025-12-28 17:44:13',301334,NULL,10),(73857,'wc_run_batch_process','complete','2025-12-28 17:44:13','2025-12-28 17:44:13','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766943853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766943853;}',6,1,'2025-12-28 17:44:13','2025-12-28 17:44:13',301335,NULL,10),(73858,'fetch_patterns','complete','2025-12-29 18:00:02','2025-12-29 18:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767031202;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767031202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 18:00:02','2025-12-29 18:00:02',301525,NULL,10),(73859,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-28 18:34:43','2025-12-28 18:34:43','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766946883;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766946883;}',6,1,'2025-12-28 18:34:56','2025-12-28 18:34:56',301347,NULL,10),(73860,'wc-admin_import_orders','complete','2025-12-28 18:35:13','2025-12-28 18:35:13','[184410]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766946913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766946913;}',2,1,'2025-12-28 18:36:18','2025-12-28 18:36:18',301349,NULL,10),(73861,'wc_schedule_pending_batch_processes','complete','2025-12-28 18:35:08','2025-12-28 18:35:08','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766946908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766946908;}',15,1,'2025-12-28 18:36:18','2025-12-28 18:36:18',301349,NULL,10),(73862,'wc_run_batch_process','complete','2025-12-28 18:36:18','2025-12-28 18:36:18','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766946978;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766946978;}',6,1,'2025-12-28 18:36:18','2025-12-28 18:36:18',301350,NULL,10),(73863,'wc-admin_import_orders','complete','2025-12-28 18:37:08','2025-12-28 18:37:08','[184411]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766947028;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766947028;}',2,1,'2025-12-28 18:37:45','2025-12-28 18:37:45',301352,NULL,10),(73864,'wc_schedule_pending_batch_processes','complete','2025-12-28 18:37:03','2025-12-28 18:37:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766947023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766947023;}',15,1,'2025-12-28 18:37:45','2025-12-28 18:37:45',301352,NULL,10),(73865,'wc_run_batch_process','complete','2025-12-28 18:37:45','2025-12-28 18:37:45','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766947065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766947065;}',6,1,'2025-12-28 18:37:45','2025-12-28 18:37:45',301353,NULL,10),(73866,'woocommerce_refresh_order_count_cache','complete','2025-12-29 11:00:02','2025-12-29 11:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767006002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767006002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-29 11:00:02','2025-12-29 11:00:02',301432,NULL,10),(73868,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-29 07:00:02','2025-12-29 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766991602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766991602;}',6,1,'2025-12-29 07:30:01','2025-12-29 07:30:01',301413,NULL,10),(73869,'woocommerce_cleanup_personal_data','pending','2025-12-30 08:00:03','2025-12-30 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081603;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),(73870,'woocommerce_tracker_send_event_wrapper','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73871,'wp_mail_smtp_admin_notifications_update','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73872,'woocommerce_cleanup_logs','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73873,'woocommerce_cleanup_rate_limits_wrapper','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73874,'woocommerce_scheduled_sales','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73875,'woocommerce_cleanup_draft_orders','pending','2025-12-30 08:00:04','2025-12-30 08:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081604;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081604;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),(73876,'wc_admin_daily_wrapper','pending','2025-12-30 08:00:05','2025-12-30 08:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081605;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081605;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),(73877,'woocommerce_cleanup_sessions','pending','2025-12-30 06:00:00','2025-12-30 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767074400;s:18:\"\0*\0first_timestamp\";i:1767074400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767074400;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),(73878,'generate_category_lookup_table_wrapper','complete','2025-12-29 08:00:15','2025-12-29 08:00:15','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766995215;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766995215;}',14,1,'2025-12-29 08:06:24','2025-12-29 08:06:24',301418,NULL,10),(73879,'action_scheduler_run_recurring_actions_schedule_hook','pending','2025-12-30 08:00:05','2025-12-30 08:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767081605;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767081605;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),(73880,'woocommerce_refresh_order_count_cache','complete','2025-12-29 23:00:02','2025-12-29 23:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767049202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767049202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-29 23:00:31','2025-12-29 23:00:31',301585,NULL,10),(73881,'wc-admin_import_orders','complete','2025-12-29 13:21:46','2025-12-29 13:21:46','[184412]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767014506;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767014506;}',2,1,'2025-12-29 13:30:02','2025-12-29 13:30:02',301450,NULL,10),(73882,'wc_schedule_pending_batch_processes','complete','2025-12-29 13:21:41','2025-12-29 13:21:41','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767014501;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767014501;}',15,1,'2025-12-29 13:30:02','2025-12-29 13:30:02',301450,NULL,10),(73883,'wc_run_batch_process','complete','2025-12-29 13:30:02','2025-12-29 13:30:02','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767015002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767015002;}',6,1,'2025-12-29 13:30:02','2025-12-29 13:30:02',301452,NULL,10),(73884,'wc-admin_import_orders','complete','2025-12-29 15:20:15','2025-12-29 15:20:15','[184402]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767021615;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767021615;}',2,1,'2025-12-29 15:20:18','2025-12-29 15:20:18',301473,NULL,10),(73885,'wc-admin_import_orders','complete','2025-12-29 15:21:09','2025-12-29 15:21:09','[184405]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767021669;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767021669;}',2,1,'2025-12-29 15:21:25','2025-12-29 15:21:25',301475,NULL,10),(73886,'wc-admin_import_orders','complete','2025-12-29 15:22:04','2025-12-29 15:22:04','[184403]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767021724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767021724;}',2,1,'2025-12-29 15:22:18','2025-12-29 15:22:18',301477,NULL,10),(73887,'wc-admin_import_orders','complete','2025-12-29 15:22:51','2025-12-29 15:22:51','[184404]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767021771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767021771;}',2,1,'2025-12-29 15:23:05','2025-12-29 15:23:05',301479,NULL,10),(73888,'fetch_patterns','pending','2025-12-30 18:00:02','2025-12-30 18:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767117602;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767117602;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),(73889,'woocommerce_update_marketplace_suggestions','complete','2025-12-29 18:06:06','2025-12-29 18:06:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767031566;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767031566;}',6,1,'2025-12-29 18:06:11','2025-12-29 18:06:11',301531,NULL,10),(73890,'wc-admin_import_orders','complete','2025-12-29 18:09:42','2025-12-29 18:09:42','[184407]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767031782;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767031782;}',2,1,'2025-12-29 18:10:25','2025-12-29 18:10:25',301537,NULL,10),(73891,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-29 18:50:40','2025-12-29 18:50:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767034240;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767034240;}',6,1,'2025-12-29 18:51:18','2025-12-29 18:51:18',301547,NULL,10),(73892,'wc-admin_import_orders','complete','2025-12-29 18:54:06','2025-12-29 18:54:06','[184414]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767034446;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767034446;}',2,1,'2025-12-29 18:55:57','2025-12-29 18:55:57',301551,NULL,10),(73893,'wc_schedule_pending_batch_processes','complete','2025-12-29 18:54:01','2025-12-29 18:54:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767034441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767034441;}',15,1,'2025-12-29 18:55:57','2025-12-29 18:55:57',301551,NULL,10),(73894,'wc_run_batch_process','complete','2025-12-29 18:55:57','2025-12-29 18:55:57','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767034557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767034557;}',6,1,'2025-12-29 18:55:57','2025-12-29 18:55:57',301552,NULL,10),(73895,'wc-admin_import_orders','complete','2025-12-29 22:56:40','2025-12-29 22:56:40','[184398]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049000;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049000;}',2,1,'2025-12-29 22:57:12','2025-12-29 22:57:12',301575,NULL,10),(73896,'wc-admin_import_orders','complete','2025-12-29 22:57:17','2025-12-29 22:57:17','[184398]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049037;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049037;}',2,1,'2025-12-29 22:57:18','2025-12-29 22:57:18',301578,NULL,10),(73897,'wc-admin_import_orders','complete','2025-12-29 22:57:35','2025-12-29 22:57:35','[184399]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049055;}',2,1,'2025-12-29 22:58:17','2025-12-29 22:58:17',301580,NULL,10),(73898,'wc-admin_import_orders','complete','2025-12-29 22:58:10','2025-12-29 22:58:10','[184400]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049090;}',2,1,'2025-12-29 22:58:17','2025-12-29 22:58:17',301580,NULL,10),(73899,'wc-admin_import_orders','complete','2025-12-29 22:58:25','2025-12-29 22:58:25','[184400]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049105;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049105;}',2,1,'2025-12-29 23:00:01','2025-12-29 23:00:01',301583,NULL,10),(73900,'wc-admin_import_orders','complete','2025-12-29 22:58:50','2025-12-29 22:58:50','[184401]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049130;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049130;}',2,1,'2025-12-29 23:00:01','2025-12-29 23:00:01',301583,NULL,10),(73901,'woocommerce_refresh_order_count_cache','pending','2025-12-30 11:00:31','2025-12-30 11:00:31','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767092431;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767092431;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),(73902,'wc-admin_import_orders','complete','2025-12-29 23:01:10','2025-12-29 23:01:10','[184412]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049270;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049270;}',2,1,'2025-12-29 23:01:24','2025-12-29 23:01:24',301588,NULL,10),(73903,'wc-admin_import_orders','complete','2025-12-29 23:02:09','2025-12-29 23:02:09','[184409]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049329;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049329;}',2,1,'2025-12-29 23:02:16','2025-12-29 23:02:16',301590,NULL,10),(73904,'wc-admin_import_orders','complete','2025-12-29 23:03:06','2025-12-29 23:03:06','[184411]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767049386;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767049386;}',2,1,'2025-12-29 23:03:20','2025-12-29 23:03:20',301592,NULL,10),(73905,'wc-admin_import_orders','complete','2025-12-29 23:14:47','2025-12-29 23:14:47','[184414]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767050087;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767050087;}',2,1,'2025-12-29 23:15:22','2025-12-29 23:15:22',301604,NULL,10),(73906,'wc-admin_import_orders','complete','2025-12-29 23:17:09','2025-12-29 23:17:09','[184406]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767050229;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767050229;}',2,1,'2025-12-29 23:30:02','2025-12-29 23:30:02',301608,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=301650 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=221500 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'),(219254,73145,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219338,73174,'action created','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'),(219344,73176,'action created','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'),(219350,73178,'action created','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'),(219356,73180,'action created','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'),(219362,73182,'action created','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'),(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'),(221224,73807,'action started via WP Cron','2025-12-27 06:00:02','2025-12-27 06:00:02'),(221225,73807,'action complete via WP Cron','2025-12-27 06:00:02','2025-12-27 06:00:02'),(221227,73765,'action started via WP Cron','2025-12-27 06:08:00','2025-12-27 06:08:00'),(221228,73765,'action complete via WP Cron','2025-12-27 06:08:00','2025-12-27 06:08:00'),(221229,73799,'action started via WP CLI','2025-12-27 07:00:02','2025-12-27 07:00:02'),(221230,73815,'action created','2025-12-27 07:00:02','2025-12-27 07:00:02'),(221231,73799,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221232,73816,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221233,73800,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221234,73800,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221235,73817,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221236,73815,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221237,73815,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221238,73801,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221239,73801,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221240,73818,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221241,73802,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221242,73802,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221243,73819,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221244,73803,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221245,73803,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221246,73820,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221247,73804,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221248,73804,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221249,73821,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221250,73805,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221251,73805,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221252,73822,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221253,73806,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221254,73806,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221255,73823,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221256,73809,'action started via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221257,73824,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221259,73825,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221260,73826,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221261,73809,'action complete via WP CLI','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221262,73827,'action created','2025-12-27 07:00:03','2025-12-27 07:00:03'),(221263,73826,'action started via WP Cron','2025-12-27 07:30:01','2025-12-27 07:30:01'),(221264,73826,'action complete via WP Cron','2025-12-27 07:30:01','2025-12-27 07:30:01'),(221265,73813,'action started via WP CLI','2025-12-27 10:00:02','2025-12-27 10:00:02'),(221266,73813,'action complete via WP CLI','2025-12-27 10:00:02','2025-12-27 10:00:02'),(221267,73828,'action created','2025-12-27 10:00:02','2025-12-27 10:00:02'),(221268,73811,'action started via WP CLI','2025-12-27 18:00:02','2025-12-27 18:00:02'),(221269,73811,'action complete via WP CLI','2025-12-27 18:00:02','2025-12-27 18:00:02'),(221270,73829,'action created','2025-12-27 18:00:02','2025-12-27 18:00:02'),(221271,73830,'action created','2025-12-27 19:00:02','2025-12-27 19:00:02'),(221272,73830,'action started via WP CLI','2025-12-27 19:00:02','2025-12-27 19:00:02'),(221273,73830,'action complete via WP CLI','2025-12-27 19:00:02','2025-12-27 19:00:02'),(221274,73828,'action started via WP CLI','2025-12-27 22:00:02','2025-12-27 22:00:02'),(221275,73828,'action complete via WP CLI','2025-12-27 22:00:02','2025-12-27 22:00:02'),(221276,73831,'action created','2025-12-27 22:00:02','2025-12-27 22:00:02'),(221277,73825,'action started via WP Cron','2025-12-28 06:00:02','2025-12-28 06:00:02'),(221278,73825,'action complete via WP Cron','2025-12-28 06:00:02','2025-12-28 06:00:02'),(221280,73833,'action created','2025-12-28 07:00:02','2025-12-28 07:00:02'),(221281,73833,'action started via WP CLI','2025-12-28 07:00:02','2025-12-28 07:00:02'),(221282,73833,'action complete via WP CLI','2025-12-28 07:00:02','2025-12-28 07:00:02'),(221283,73816,'action started via WP Cron','2025-12-28 07:30:01','2025-12-28 07:30:01'),(221284,73816,'action complete via WP Cron','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221285,73834,'action created','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221286,73817,'action started via WP Cron','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221287,73817,'action complete via WP Cron','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221288,73835,'action created','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221289,73818,'action started via WP Cron','2025-12-28 07:30:02','2025-12-28 07:30:02'),(221290,73818,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221291,73836,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221292,73819,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221293,73819,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221294,73837,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221295,73820,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221296,73820,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221297,73838,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221298,73821,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221299,73821,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221300,73839,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221301,73822,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221302,73822,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221303,73840,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221304,73823,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221305,73823,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221306,73841,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221307,73827,'action started via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221309,73842,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221310,73843,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221311,73827,'action complete via WP Cron','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221312,73844,'action created','2025-12-28 07:30:03','2025-12-28 07:30:03'),(221313,73843,'action started via WP CLI','2025-12-28 08:00:02','2025-12-28 08:00:02'),(221314,73843,'action complete via WP CLI','2025-12-28 08:00:02','2025-12-28 08:00:02'),(221315,73831,'action started via WP CLI','2025-12-28 10:30:02','2025-12-28 10:30:02'),(221316,73831,'action complete via WP CLI','2025-12-28 10:30:02','2025-12-28 10:30:02'),(221317,73845,'action created','2025-12-28 10:30:02','2025-12-28 10:30:02'),(221318,73846,'action created','2025-12-28 16:16:47','2025-12-28 16:16:47'),(221319,73847,'action created','2025-12-28 16:16:47','2025-12-28 16:16:47'),(221320,73847,'action started via WP Cron','2025-12-28 16:16:48','2025-12-28 16:16:48'),(221321,73848,'action created','2025-12-28 16:16:48','2025-12-28 16:16:48'),(221322,73847,'action complete via WP Cron','2025-12-28 16:16:48','2025-12-28 16:16:48'),(221323,73848,'action started via WP Cron','2025-12-28 16:16:48','2025-12-28 16:16:48'),(221324,73848,'action complete via WP Cron','2025-12-28 16:16:48','2025-12-28 16:16:48'),(221325,73846,'action started via Async Request','2025-12-28 16:17:16','2025-12-28 16:17:16'),(221326,73846,'action complete via Async Request','2025-12-28 16:17:16','2025-12-28 16:17:16'),(221327,73849,'action created','2025-12-28 16:26:06','2025-12-28 16:26:06'),(221328,73850,'action created','2025-12-28 16:26:06','2025-12-28 16:26:06'),(221329,73850,'action started via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221330,73851,'action created','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221331,73850,'action complete via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221332,73849,'action started via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221333,73849,'action complete via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221334,73851,'action started via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221335,73851,'action complete via WP Cron','2025-12-28 16:26:29','2025-12-28 16:26:29'),(221336,73852,'action created','2025-12-28 17:41:12','2025-12-28 17:41:12'),(221337,73853,'action created','2025-12-28 17:41:12','2025-12-28 17:41:12'),(221338,73853,'action started via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221339,73854,'action created','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221340,73853,'action complete via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221341,73852,'action started via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221342,73852,'action complete via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221343,73854,'action started via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221344,73854,'action complete via WP Cron','2025-12-28 17:42:45','2025-12-28 17:42:45'),(221345,73855,'action created','2025-12-28 17:43:06','2025-12-28 17:43:06'),(221346,73856,'action created','2025-12-28 17:43:06','2025-12-28 17:43:06'),(221347,73856,'action started via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221348,73857,'action created','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221349,73856,'action complete via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221350,73855,'action started via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221351,73855,'action complete via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221352,73857,'action started via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221353,73857,'action complete via WP Cron','2025-12-28 17:44:13','2025-12-28 17:44:13'),(221354,73829,'action started via WP CLI','2025-12-28 18:00:02','2025-12-28 18:00:02'),(221355,73829,'action complete via WP CLI','2025-12-28 18:00:02','2025-12-28 18:00:02'),(221356,73858,'action created','2025-12-28 18:00:02','2025-12-28 18:00:02'),(221357,73859,'action created','2025-12-28 18:34:43','2025-12-28 18:34:43'),(221358,73859,'action started via Async Request','2025-12-28 18:34:56','2025-12-28 18:34:56'),(221359,73859,'action complete via Async Request','2025-12-28 18:34:56','2025-12-28 18:34:56'),(221360,73860,'action created','2025-12-28 18:35:08','2025-12-28 18:35:08'),(221361,73861,'action created','2025-12-28 18:35:08','2025-12-28 18:35:08'),(221362,73861,'action started via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221363,73862,'action created','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221364,73861,'action complete via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221365,73860,'action started via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221366,73860,'action complete via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221367,73862,'action started via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221368,73862,'action complete via WP Cron','2025-12-28 18:36:18','2025-12-28 18:36:18'),(221369,73863,'action created','2025-12-28 18:37:03','2025-12-28 18:37:03'),(221370,73864,'action created','2025-12-28 18:37:03','2025-12-28 18:37:03'),(221371,73864,'action started via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221372,73865,'action created','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221373,73864,'action complete via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221374,73863,'action started via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221375,73863,'action complete via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221376,73865,'action started via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221377,73865,'action complete via WP Cron','2025-12-28 18:37:45','2025-12-28 18:37:45'),(221378,73845,'action started via WP CLI','2025-12-28 23:00:02','2025-12-28 23:00:02'),(221379,73845,'action complete via WP CLI','2025-12-28 23:00:02','2025-12-28 23:00:02'),(221380,73866,'action created','2025-12-28 23:00:02','2025-12-28 23:00:02'),(221381,73842,'action started via WP Cron','2025-12-29 06:00:01','2025-12-29 06:00:01'),(221382,73842,'action complete via WP Cron','2025-12-29 06:00:01','2025-12-29 06:00:01'),(221384,73868,'action created','2025-12-29 07:00:02','2025-12-29 07:00:02'),(221385,73868,'action started via WP Cron','2025-12-29 07:30:01','2025-12-29 07:30:01'),(221386,73868,'action complete via WP Cron','2025-12-29 07:30:01','2025-12-29 07:30:01'),(221387,73834,'action started via WP Cron','2025-12-29 08:00:02','2025-12-29 08:00:02'),(221388,73834,'action complete via WP Cron','2025-12-29 08:00:03','2025-12-29 08:00:03'),(221389,73869,'action created','2025-12-29 08:00:03','2025-12-29 08:00:03'),(221390,73835,'action started via WP Cron','2025-12-29 08:00:03','2025-12-29 08:00:03'),(221391,73835,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221392,73870,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221393,73836,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221394,73836,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221395,73871,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221396,73837,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221397,73837,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221398,73872,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221399,73838,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221400,73838,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221401,73873,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221402,73839,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221403,73839,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221404,73874,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221405,73840,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221406,73840,'action complete via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221407,73875,'action created','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221408,73841,'action started via WP Cron','2025-12-29 08:00:04','2025-12-29 08:00:04'),(221409,73841,'action complete via WP Cron','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221410,73876,'action created','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221411,73844,'action started via WP Cron','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221413,73877,'action created','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221414,73878,'action created','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221415,73844,'action complete via WP Cron','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221416,73879,'action created','2025-12-29 08:00:05','2025-12-29 08:00:05'),(221417,73878,'action started via WP Cron','2025-12-29 08:06:24','2025-12-29 08:06:24'),(221418,73878,'action complete via WP Cron','2025-12-29 08:06:24','2025-12-29 08:06:24'),(221419,73866,'action started via WP Cron','2025-12-29 11:00:02','2025-12-29 11:00:02'),(221420,73866,'action complete via WP Cron','2025-12-29 11:00:02','2025-12-29 11:00:02'),(221421,73880,'action created','2025-12-29 11:00:02','2025-12-29 11:00:02'),(221422,73881,'action created','2025-12-29 13:21:41','2025-12-29 13:21:41'),(221423,73882,'action created','2025-12-29 13:21:41','2025-12-29 13:21:41'),(221424,73882,'action started via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221425,73883,'action created','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221426,73882,'action complete via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221427,73881,'action started via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221428,73881,'action complete via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221429,73883,'action started via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221430,73883,'action complete via WP CLI','2025-12-29 13:30:02','2025-12-29 13:30:02'),(221431,73884,'action created','2025-12-29 15:20:10','2025-12-29 15:20:10'),(221432,73884,'action started via WP Cron','2025-12-29 15:20:18','2025-12-29 15:20:18'),(221433,73884,'action complete via WP Cron','2025-12-29 15:20:18','2025-12-29 15:20:18'),(221434,73885,'action created','2025-12-29 15:21:04','2025-12-29 15:21:04'),(221435,73885,'action started via WP Cron','2025-12-29 15:21:25','2025-12-29 15:21:25'),(221436,73885,'action complete via WP Cron','2025-12-29 15:21:25','2025-12-29 15:21:25'),(221437,73886,'action created','2025-12-29 15:21:59','2025-12-29 15:21:59'),(221438,73886,'action started via WP Cron','2025-12-29 15:22:18','2025-12-29 15:22:18'),(221439,73886,'action complete via WP Cron','2025-12-29 15:22:18','2025-12-29 15:22:18'),(221440,73887,'action created','2025-12-29 15:22:46','2025-12-29 15:22:46'),(221441,73887,'action started via Async Request','2025-12-29 15:23:05','2025-12-29 15:23:05'),(221442,73887,'action complete via Async Request','2025-12-29 15:23:05','2025-12-29 15:23:05'),(221443,73858,'action started via WP Cron','2025-12-29 18:00:02','2025-12-29 18:00:02'),(221444,73858,'action complete via WP Cron','2025-12-29 18:00:02','2025-12-29 18:00:02'),(221445,73888,'action created','2025-12-29 18:00:02','2025-12-29 18:00:02'),(221446,73889,'action created','2025-12-29 18:06:06','2025-12-29 18:06:06'),(221447,73889,'action started via Async Request','2025-12-29 18:06:10','2025-12-29 18:06:10'),(221448,73889,'action complete via Async Request','2025-12-29 18:06:11','2025-12-29 18:06:11'),(221449,73890,'action created','2025-12-29 18:09:37','2025-12-29 18:09:37'),(221450,73890,'action started via WP Cron','2025-12-29 18:10:25','2025-12-29 18:10:25'),(221451,73890,'action complete via WP Cron','2025-12-29 18:10:25','2025-12-29 18:10:25'),(221452,73891,'action created','2025-12-29 18:50:40','2025-12-29 18:50:40'),(221453,73891,'action started via WP Cron','2025-12-29 18:51:18','2025-12-29 18:51:18'),(221454,73891,'action complete via WP Cron','2025-12-29 18:51:18','2025-12-29 18:51:18'),(221455,73892,'action created','2025-12-29 18:54:01','2025-12-29 18:54:01'),(221456,73893,'action created','2025-12-29 18:54:01','2025-12-29 18:54:01'),(221457,73893,'action started via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221458,73894,'action created','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221459,73893,'action complete via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221460,73892,'action started via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221461,73892,'action complete via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221462,73894,'action started via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221463,73894,'action complete via WP Cron','2025-12-29 18:55:57','2025-12-29 18:55:57'),(221464,73895,'action created','2025-12-29 22:56:35','2025-12-29 22:56:35'),(221465,73895,'action started via Async Request','2025-12-29 22:57:12','2025-12-29 22:57:12'),(221466,73895,'action complete via Async Request','2025-12-29 22:57:12','2025-12-29 22:57:12'),(221467,73896,'action created','2025-12-29 22:57:12','2025-12-29 22:57:12'),(221468,73896,'action started via Async Request','2025-12-29 22:57:18','2025-12-29 22:57:18'),(221469,73896,'action complete via Async Request','2025-12-29 22:57:18','2025-12-29 22:57:18'),(221470,73897,'action created','2025-12-29 22:57:30','2025-12-29 22:57:30'),(221471,73898,'action created','2025-12-29 22:58:05','2025-12-29 22:58:05'),(221472,73897,'action started via Async Request','2025-12-29 22:58:17','2025-12-29 22:58:17'),(221473,73897,'action complete via Async Request','2025-12-29 22:58:17','2025-12-29 22:58:17'),(221474,73898,'action started via Async Request','2025-12-29 22:58:17','2025-12-29 22:58:17'),(221475,73898,'action complete via Async Request','2025-12-29 22:58:17','2025-12-29 22:58:17'),(221476,73899,'action created','2025-12-29 22:58:20','2025-12-29 22:58:20'),(221477,73900,'action created','2025-12-29 22:58:45','2025-12-29 22:58:45'),(221478,73899,'action started via WP Cron','2025-12-29 23:00:01','2025-12-29 23:00:01'),(221479,73899,'action complete via WP Cron','2025-12-29 23:00:01','2025-12-29 23:00:01'),(221480,73900,'action started via WP Cron','2025-12-29 23:00:01','2025-12-29 23:00:01'),(221481,73900,'action complete via WP Cron','2025-12-29 23:00:01','2025-12-29 23:00:01'),(221482,73880,'action started via Async Request','2025-12-29 23:00:31','2025-12-29 23:00:31'),(221483,73880,'action complete via Async Request','2025-12-29 23:00:31','2025-12-29 23:00:31'),(221484,73901,'action created','2025-12-29 23:00:31','2025-12-29 23:00:31'),(221485,73902,'action created','2025-12-29 23:01:05','2025-12-29 23:01:05'),(221486,73902,'action started via WP Cron','2025-12-29 23:01:24','2025-12-29 23:01:24'),(221487,73902,'action complete via WP Cron','2025-12-29 23:01:24','2025-12-29 23:01:24'),(221488,73903,'action created','2025-12-29 23:02:04','2025-12-29 23:02:04'),(221489,73903,'action started via WP Cron','2025-12-29 23:02:16','2025-12-29 23:02:16'),(221490,73903,'action complete via WP Cron','2025-12-29 23:02:16','2025-12-29 23:02:16'),(221491,73904,'action created','2025-12-29 23:03:01','2025-12-29 23:03:01'),(221492,73904,'action started via WP Cron','2025-12-29 23:03:20','2025-12-29 23:03:20'),(221493,73904,'action complete via WP Cron','2025-12-29 23:03:20','2025-12-29 23:03:20'),(221494,73905,'action created','2025-12-29 23:14:42','2025-12-29 23:14:42'),(221495,73905,'action started via Async Request','2025-12-29 23:15:22','2025-12-29 23:15:22'),(221496,73905,'action complete via Async Request','2025-12-29 23:15:22','2025-12-29 23:15:22'),(221497,73906,'action created','2025-12-29 23:17:04','2025-12-29 23:17:04'),(221498,73906,'action started via WP CLI','2025-12-29 23:30:02','2025-12-29 23:30:02'),(221499,73906,'action complete via WP CLI','2025-12-29 23:30:02','2025-12-29 23:30: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=67 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'),(45,9800,'note_group','payment'),(46,9802,'note_group','payment'),(47,9803,'note_group','order_update'),(48,9805,'note_group','payment'),(49,9806,'note_group','order_update'),(50,9808,'note_group','payment'),(51,9810,'note_group','payment'),(52,9811,'note_group','order_update'),(53,9812,'note_group','order_update'),(54,9813,'note_group','order_update'),(55,9814,'note_group','order_update'),(56,9815,'note_group','order_update'),(57,9817,'note_group','payment'),(58,9818,'note_group','order_update'),(59,9819,'note_group','order_update'),(60,9820,'note_group','order_update'),(61,9821,'note_group','order_update'),(62,9822,'note_group','order_update'),(63,9823,'note_group','order_update'),(64,9824,'note_group','order_update'),(65,9825,'note_group','order_update'),(66,9826,'note_group','order_update');
/*!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=9827 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),(9799,184406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 16:17:15','2025-12-28 16:17:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9800,184406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 16:17:15','2025-12-28 16:17:15','Payment via PayPal (85B08646BK6356140).',0,'1','WooCommerce','order_note',0,0),(9801,184407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 16:26:26','2025-12-28 16:26:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9802,184407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 16:26:26','2025-12-28 16:26:26','Payment via PayPal (6VM52723P4659034A).',0,'1','WooCommerce','order_note',0,0),(9803,184408,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 17:42:43','2025-12-28 17:42:43','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9804,184409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 17:44:11','2025-12-28 17:44:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9805,184409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 17:44:11','2025-12-28 17:44:11','Payment via PayPal (13X61186R3796373K).',0,'1','WooCommerce','order_note',0,0),(9806,184410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 18:36:16','2025-12-28 18:36:16','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9807,184411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 18:37:43','2025-12-28 18:37:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9808,184411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-28 18:37:43','2025-12-28 18:37:43','Payment via PayPal (6S8291029Y4818402).',0,'1','WooCommerce','order_note',0,0),(9809,184412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-29 13:22:07','2025-12-29 13:22:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9810,184412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-29 13:22:07','2025-12-29 13:22:07','Payment via PayPal (5JW74544105843845).',0,'1','WooCommerce','order_note',0,0),(9811,184402,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 15:20:17','2025-12-29 15:20:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9812,184405,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 15:21:07','2025-12-29 15:21:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9813,184403,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 15:22:03','2025-12-29 15:22:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9814,184404,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 15:22:59','2025-12-29 15:22:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9815,184407,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 18:09:40','2025-12-29 18:09:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9816,184414,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-29 18:55:55','2025-12-29 18:55:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9817,184414,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-29 18:55:55','2025-12-29 18:55:55','Payment via PayPal (9PR768545K529460A).',0,'1','WooCommerce','order_note',0,0),(9818,184398,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 22:57:15','2025-12-29 22:57:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9819,184399,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 22:57:40','2025-12-29 22:57:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9820,184400,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 22:58:20','2025-12-29 22:58:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9821,184401,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 22:58:56','2025-12-29 22:58:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9822,184412,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 23:01:08','2025-12-29 23:01:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9823,184409,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 23:02:10','2025-12-29 23:02:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9824,184411,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 23:03:04','2025-12-29 23:03:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9825,184414,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 23:14:45','2025-12-29 23:14:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9826,184406,'lcaadmin','laradasciences@gmail.com','','','2025-12-29 23:17:07','2025-12-29 23:17:07','Order status changed from Processing to Completed.',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=345183 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://lcaginesisstore-staging.us14.cdn-alpha.com','yes'),(2,'home','https://lcaginesisstore-staging.us14.cdn-alpha.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:282:{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: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: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:1767071355;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:1767071363;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:1767071476;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:1767071814;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:1767071909;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:1767072445;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: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:1767074401;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:1767074890;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:1767074921;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:1767075148;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:1767075160;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:1767076429;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: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:1767077502;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:1767078002;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:1767078490;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:1767091595;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:1767104751;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:1767107433;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:1767108445;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:1767110399;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:1767118348;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:1767119254;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:1767119967;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:1767121334;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:1767122720;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:1767130605;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:1767139200;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:1767140100;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: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:0:{}','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:0:\"\";s:12:\"version_beta\";s:12:\"3.6.0-beta.1\";s:17:\"download_url_beta\";s:0:\"\";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:14:\"not-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:0:\"\";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:14:\"not-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','1767216159','yes'),(145,'papro_updated','true','yes'),(146,'elementor_version','3.34.0','yes'),(147,'elementor_install_history','a:137:{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;s:6:\"3.34.0\";i:1767021622;}','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:1767216156;s:11:\"get_version\";i:1767216158;}','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','69559423c87d86.52977288|1767216223','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:50:\"orders-list-empty-body-shipping-multiple-addresses\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:27:\"shipping-multiple-addresses\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:5:\"title\";s:27:\"Shipping Multiple Addresses\";s:4:\"copy\";s:86:\"Allow your customers to ship individual items in a single order to multiple addresses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";}i:11;a:8:{s:4:\"slug\";s:49:\"orders-list-empty-body-woocommerce-order-delivery\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-order-delivery\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/09/Order-Delivery-logo-2-1.png\";s:5:\"title\";s:14:\"Order Delivery\";s:4:\"copy\";s:132:\"Delivery on time, every time. Let shoppers pick delivery dates and timeslots. You control capacity, cutoffs, holidays, and renewals.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:60:\"https://woocommerce.com/products/woocommerce-order-delivery/\";}i:12;a:8:{s:4:\"slug\";s:34:\"orders-list-empty-body-scanventory\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:11:\"scanventory\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2018/06/estudios-icon.jpg\";s:5:\"title\";s:51:\"Scanventory – Inventory Manager & Label Generator\";s:4:\"copy\";s:99:\"Synchronize your warehouse inventory with your WooCommerce store products using your mobile device.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/scanventory/\";}i:13;a:8:{s:4:\"slug\";s:31:\"orders-list-empty-body-shipwire\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:8:\"shipwire\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"title\";s:8:\"Shipwire\";s:4:\"copy\";s:139:\"A full-featured Shipwire integration, with real-time shipping rates, automatic fulfillment processing, and live inventory/tracking updates.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:42:\"https://woocommerce.com/products/shipwire/\";}i:14;a:8:{s:4:\"slug\";s:43:\"orders-list-empty-body-usps-shipping-method\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"usps-shipping-method\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-USPS-yhn1rb.png\";s:5:\"title\";s:20:\"USPS Shipping Method\";s:4:\"copy\";s:91:\"Get shipping rates from the USPS API which handles both domestic and international parcels.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/usps-shipping-method/\";}i:15;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:16;a:8:{s:4:\"slug\";s:44:\"orders-list-empty-body-fedex-shipping-module\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:21:\"fedex-shipping-module\";s:4:\"icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:5:\"title\";s:21:\"FedEx Shipping Method\";s:4:\"copy\";s:92:\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";}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:50:\"product-edit-meta-tab-body-product-recommendations\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:23:\"product-recommendations\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/uploads/2019/07/Product_Recommendations_icon-marketplace-160x160-1.png\";s:5:\"title\";s:23:\"Product Recommendations\";s:4:\"copy\";s:131:\"Offer smarter upsells, cross-sells, and \"frequently bought together\" recommendations. Measure their impact with in-depth analytics.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/product-recommendations/\";}i:23;a:8:{s:4:\"slug\";s:51:\"product-edit-meta-tab-body-woocommerce-paid-courses\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:24:\"woocommerce-paid-courses\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2019/01/SenseiProWooIcon-aut8wu.png\";s:5:\"title\";s:28:\"Sensei Pro (WC Paid Courses)\";s:4:\"copy\";s:143:\"Sell your online courses using Sensei LMS with WooCommerce — complete learning management with quizzes, certificates, content drip, and more.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:58:\"https://woocommerce.com/products/woocommerce-paid-courses/\";}i:24;a:8:{s:4:\"slug\";s:52:\"product-edit-meta-tab-body-wholesale-for-woocommerce\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:25:\"wholesale-for-woocommerce\";s:4:\"icon\";s:82:\"https://woocommerce.com/wp-content/uploads/2019/09/Wholesale-For-WooCommerce-5.png\";s:5:\"title\";s:43:\"Wholesale For WooCommerce – B2B Ecommerce\";s:4:\"copy\";s:204:\"This B2B plugin is built for both B2B and B2C businesses, enabling seamless management of wholesale products, pricing, customer registrations, and user roles — all within a single, easy-to-use solution.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/wholesale-for-woocommerce/\";}i:25;a:8:{s:4:\"slug\";s:50:\"product-edit-meta-tab-body-woocommerce-memberships\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"title\";s:23:\"WooCommerce Memberships\";s:4:\"copy\";s:139:\"Power your membership association, online magazine, elearning sites, and more with access control to content/products and member discounts.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:26;a:8:{s:4:\"slug\";s:37:\"product-edit-meta-tab-body-gift-cards\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:10:\"gift-cards\";s:4:\"icon\";s:92:\"https://woocommerce.com/wp-content/uploads/2020/03/Gift_Cards_icon-marketplace-160x160-1.png\";s:5:\"title\";s:10:\"Gift Cards\";s:4:\"copy\";s:66:\"Offer prepaid digital gift cards that customers can redeem online.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:44:\"https://woocommerce.com/products/gift-cards/\";}}s:7:\"updated\";i:1767031570;}','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:\"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\";}}s:32:\"115ce2665add9b0f2eadccdb46db2125\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-29 15:20:22\";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-29 15:20:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"35fcdbeef09c8d73017895f163f05f01\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-29 15:20:22\";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-29 15:20:22\";}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:\"78691209d61876acc11fcfeb72c6179d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-29 15:20:22\";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-29 15:20:22\";}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:\"d8f619b58cd1b79a3dfbdf98aad63baf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-29 15:20:22\";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.5\";s:2:\"to\";s:6:\"3.34.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-29 15:20:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.5\";s:2:\"to\";s:6:\"3.34.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";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','1766995203','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','1767216181','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:1767302556;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','off'),(5334,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1767259356;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','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','1767216163','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','1767060502','yes'),(102454,'_transient_orders-transient-version','1767050226','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.34.0\";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: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:6088;i:4;i:218;i:3;i:110;i:2;i:106;i:1;i:636;}s:11:\"num_ratings\";i:7158;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:108;s:24:\"support_threads_resolved\";i:88;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:22:\"2025-12-22 12:28pm 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:2300:\"<h4>3.34.0 – 2025-12-22</h4>\n<ul>\n<li>New: Introducing Atomic Tabs – enabling flexible and fully customizable tab layouts with nested Atomic Elements – Editor V4</li>\n<li>New: Introducing Entrance Interactions to add lightweight motion and bring elements to life as they appear – Editor V4</li>\n<li>Tweak: Replaced the legacy V3 container wrapper with the optimized V4 wrapper for improved markup – Editor V4</li>\n<li>Tweak: Improved frontend link control output to ensure consistent rendering – Editor V4 (<a href=\"https://github.com/elementor/elementor/issues/32233\" rel=\"nofollow ugc\">#32233</a>)</li>\n<li>Tweak: Added reset option inside popovers – Editor V4</li>\n<li>Tweak: Updated Border control layout for a clearer and more consistent editing workflow – Editor V4</li>\n<li>Tweak: Added <code>span</code> option inside the Paragraph atom – Editor V4</li>\n<li>Tweak: Improved transitions to better support logical properties – Editor V4</li>\n<li>Tweak: Improved dropdown folder behavior and resolved related UI issues in Template Library</li>\n<li>Tweak: Merged “Import/Export Customization” feature into the version</li>\n<li>Tweak: Added <code>builder_content_data</code> filter for extending Template Library and Global Widget content (props <a href=\"https://github.com/dgwatkins\" rel=\"nofollow ugc\">@dgwatkins</a>)</li>\n<li>Tweak: Applied CSS logical properties in Icon Box widget</li>\n<li>Tweak: Applied CSS logical properties in Icon List widget</li>\n<li>Tweak: Applied CSS logical properties in text alignment controls and fixed RTL rendering in the Editor</li>\n<li>Fix: Local Transform values overridden Class-level Transform defaults even when unchanged – Editor V4</li>\n<li>Fix: Fatal error when opening pages containing atomic elements while the V4 experiment is deactivated – Editor V4</li>\n<li>Fix: Hover Scale transform set through Class did not save correctly – Editor V4</li>\n<li>Fix: PHP 8.4 deprecation notices related to deprecated <code>E_STRICT</code> constant</li>\n<li>Fix: Missing CSS regeneration after clearing cached files on pages containing dynamic tags</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:18236:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Très bon constructeur.</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/gbosbm/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/16363652899d37f0387fc9b2370595e64e3ec528054422925a25c1ce18aea8d2?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/16363652899d37f0387fc9b2370595e64e3ec528054422925a25c1ce18aea8d2?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/gbosbm/\" class=\"reviewer-name\">BONNET <small>(gbosbm)</small></a> on <span class=\"review-date\">December 25, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor facilite la création de site web grâce à ses nombreuses fonctions, et les personnalisations qui permettent de se distinguer des autres sites. Il offre également une prise en main intuitive, accessible aussi bien aux débutants qu’aux utilisateurs avancé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\">Very good overall!</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/jsug34/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3b43aa50d7a26772b257dc9f78dc2d00e40c9e996a7f574d2b242385b4b67dc9?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3b43aa50d7a26772b257dc9f78dc2d00e40c9e996a7f574d2b242385b4b67dc9?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/jsug34/\" class=\"reviewer-name\">jsug34</a> on <span class=\"review-date\">December 23, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I’ve been using Elementor for 2 years and I’m very happy with it. It’s easy to use, creative, and helped me build the exact website I wanted. However, recent updates can be unstable. After updating to 3.34.0 yesterday, I noticed unexpected spacing/line breaks and some overlapping elements, even on layouts that were previously perfectly calibrated. Waiting for a patch before making further edits.</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\">One of the best page bulder.</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/rakibhossainraju/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e0c45ffd18f23598c4792c9db6841064ec4a5d2f7a4970486547799b5b6574eb?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e0c45ffd18f23598c4792c9db6841064ec4a5d2f7a4970486547799b5b6574eb?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/rakibhossainraju/\" class=\"reviewer-name\">Rakib Hossain Raju <small>(rakibhossainraju)</small></a> on <span class=\"review-date\">December 21, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have been using this page builder for quite some time. Before that I have used other Page Builders but this one is so far the best for me. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ecosystem is huge and the community is realy nice.</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\">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\";}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.34.0.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:387:{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:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.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.3\";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:19:\"Vedanshu - Urumi.AI\";}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:3885;i:4;i:191;i:3;i:104;i:2;i:109;i:1;i:406;}s:11:\"num_ratings\";i:4695;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:446;s:24:\"support_threads_resolved\";i:393;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:22:\"2025-12-22 12:20pm 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:1025:\"<h4>10.4.3 2025-12-22</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix – Ensure guest orders cannot be read by customers without providing the key and billing address. <a href=\"https://github.com/woocommerce/woocommerce/pull/62557\" rel=\"nofollow ugc\">#62557</a></li>\n<li>Fix – Fix undo button after cart item removal in the cart shortcode <a href=\"https://github.com/woocommerce/woocommerce/pull/62529\" rel=\"nofollow ugc\">#62529</a></li>\n<li>Fix – Improve handling of order modified date during HPOS sync on read to prevent infinite loops. <a href=\"https://github.com/woocommerce/woocommerce/pull/62532\" rel=\"nofollow ugc\">#62532</a></li>\n<li>Update – Add automatic currency transition from BGN to EUR for Bulgaria effective January 1, 2026 <a href=\"https://github.com/woocommerce/woocommerce/pull/62478\" rel=\"nofollow ugc\">#62478</a></li>\n</ul>\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:15297:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Speedy Support EVEN over Christmas!</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/charl1eapple/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d3ea0d80d422506c74503d60d5458ae1f90f1d03f82000b1e98aa52e9de24a4b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d3ea0d80d422506c74503d60d5458ae1f90f1d03f82000b1e98aa52e9de24a4b?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/charl1eapple/\" class=\"reviewer-name\">charl1eapple</a> on <span class=\"review-date\">December 29, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I didn\'t hold out much hope for a reply being Christmas, PLUS as this is a 100% free plug in, and this is a support forum, I was not expecting a response for days. I got a really detailed response within a day - bear in mind this is between Christmas and New Year! - so very happy and impressed with the support.<br /><br />WooCommerce is FREE - and it works - it\'s not without it\'s difficulties, and I\'d say it\'s not completely intuitive, a bit of a learning curve, plus not as customisable as I\'d like, but there are many videos you can avail yourself of on YouTube to learn how to do things. You just cannot complain if it\'s FREE, I think it\'s amazing.</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/chasman123/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e908bd9e627f9705c8c57d8bd7aa08a938c18144c1c3b2277d3e63fc3800c4e5?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e908bd9e627f9705c8c57d8bd7aa08a938c18144c1c3b2277d3e63fc3800c4e5?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/chasman123/\" class=\"reviewer-name\">chasman123</a> on <span class=\"review-date\">December 28, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I had a problem with not being able to upload images without errors and they helped in pinpointing the problem was with the host and not a WooCommerce or Theme or plugin issue.</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\">I Got Assistance</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/simeonokwo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1e4eaea7f4552ce011e70d13948ec62500d5a5cd22c35240d3c111c9c24d6dc4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/1e4eaea7f4552ce011e70d13948ec62500d5a5cd22c35240d3c111c9c24d6dc4?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/simeonokwo/\" class=\"reviewer-name\">simeonokwo</a> on <span class=\"review-date\">December 28, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>My checkout had issue and the team kept checking with me till we got to the root. The patience and guidance as well as timely response is top notch</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\">عالیه</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/jozikala/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/390879c2d56623c68e13212a862fdc6078f6bfa5cd0a59624c07a1d910e01971?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/390879c2d56623c68e13212a862fdc6078f6bfa5cd0a59624c07a1d910e01971?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/jozikala/\" class=\"reviewer-name\">jozikala</a> on <span class=\"review-date\">December 26, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>خداروشکر عالیه این افزونه</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\">Best Ecommece 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/amjaduddin/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f25b488228400b874a3e58a03a2f645bf812175c300199f66c46abf3eff5d1b9?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f25b488228400b874a3e58a03a2f645bf812175c300199f66c46abf3eff5d1b9?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/amjaduddin/\" class=\"reviewer-name\">Amjad Uddin <small>(amjaduddin)</small></a> on <span class=\"review-date\">December 24, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have tried several ecommerce plugins but WooCommerce is the only one which fully meets my criteria.</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\">Thank you for your help</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/support_home/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2ee31382e1ea4c60866f10f71455de5ff4d85d259b3d279e5d11e75321a56ca5?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/2ee31382e1ea4c60866f10f71455de5ff4d85d259b3d279e5d11e75321a56ca5?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/support_home/\" class=\"reviewer-name\">support_home</a> on <span class=\"review-date\">December 22, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Thank you very much for the quick response and support.</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\">A plugin that saves us all</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/jimnewaz/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ba94da84d824f7242dbb99ae9d372137978aafab44634792658d8782885a904b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ba94da84d824f7242dbb99ae9d372137978aafab44634792658d8782885a904b?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/jimnewaz/\" class=\"reviewer-name\">jimnewaz</a> on <span class=\"review-date\">December 22, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Can\'t thank Woo enough for making our life this much easier. Great plugin.</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\">Excellent</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/johnfontyn/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ce9b6f61040a4957f5525647800313515927ce3280c5e41a444991faefb22f37?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ce9b6f61040a4957f5525647800313515927ce3280c5e41a444991faefb22f37?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/johnfontyn/\" class=\"reviewer-name\">johnfontyn</a> on <span class=\"review-date\">December 22, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Easy installation. Works right away to show gallery images of Woocommerce products.</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\">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\";}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.3.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:553:{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.0.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.5.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.1.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.3.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.2.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.3.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.3.7\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.7.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:6:\"10.4.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.3.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.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.3.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.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.4.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.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.3.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.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.2.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.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.4.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.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.3.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.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.2.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.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.6.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:\"8.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.4.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.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.3.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.1.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.5.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.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.4.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.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.5.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.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.4.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.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.3.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.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.3.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.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.2.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.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.6.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:\"9.9.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.6.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','1767641402','no'),(141064,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"en_US\";a:54:{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\";}}}}}','no'),(141069,'jetpack_options','a:5:{s:14:\"last_heartbeat\";i:1766993402;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'),(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:1767022202;}}','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:1767216161;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:0:\"\";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:1766995204;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','727','on'),(272685,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{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:28;s:2:\"01\";i:19;}','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','1769808164','off'),(282397,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"de925be9bc9f555c810c\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-entities.js\":{\"src\":\"https:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/sanitize\\/index.js\",\"version\":\"c7a741f8dc5bec166999\",\"dependencies\":[]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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\"]},\"assets\\/client\\/blocks\\/wc-payment-method-paypal.js\":{\"src\":\"https:\\/\\/lcaginesisstore-staging.us14.cdn-alpha.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\"]}},\"version\":\"wc-10.4.3\",\"hash\":\"00addff811ed44107eb71ee381e6ba04\"}','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:1767226959;s:5:\"value\";s:2512:\"{\"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\\/MTc2NzM3MDk1ODpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOjg2NDg1MmVlNzIwODNkNjk4YzRiODNjYTE2M2Q1MWNmOmh0dHBzQC8vbGNhZ2luZXNpc3N0b3JlLXN0YWdpbmcudXMxNC5jZG4tYWxwaGEuY29tOjA=\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc2NzM3MDk1ODpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOjg2NDg1MmVlNzIwODNkNjk4YzRiODNjYTE2M2Q1MWNmOmh0dHBzQC8vbGNhZ2luZXNpc3N0b3JlLXN0YWdpbmcudXMxNC5jZG4tYWxwaGEuY29tOjA=\",\"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','4157','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'),(330031,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.1\";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'),(338966,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1770189232;s:7:\"checked\";a:2:{s:5:\"astra\";s:7:\"4.11.18\";s:16:\"twentytwentyfive\";s:3:\"1.4\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.12.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.12.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:1:{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'),(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'),(341303,'_transient_wc_attribute_taxonomies','a:0:{}','on'),(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');
INSERT INTO `wp_options` VALUES (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'),(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'),(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');
INSERT INTO `wp_options` VALUES (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'),(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'),(343632,'_transient_timeout_fedex_quote_4f6952a7016c0a519bbc52e86c3bf9c3','1767542199','off'),(343633,'_transient_fedex_quote_4f6952a7016c0a519bbc52e86c3bf9c3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f5f44aa9-343e-497e-838d-695ce6831768\";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:7059;s:14:\"totalNetCharge\";d:8585.7099999999991;s:19:\"totalNetFedExCharge\";d:8585.7099999999991;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:1526.71;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:1429.6600000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:96;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:6817.1999999999998;s:14:\"totalNetCharge\";d:3255.96;s:19:\"totalNetFedExCharge\";d:3255.96;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:597.25;s:20:\"totalFreightDiscount\";d:4158.4899999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:681.72000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3476.77;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:538.60000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:57.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:6676.8000000000002;s:14:\"totalNetCharge\";d:3190.1100000000001;s:19:\"totalNetFedExCharge\";d:3190.1100000000001;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:586.15999999999997;s:20:\"totalFreightDiscount\";d:4072.8499999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:667.67999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3405.1700000000001;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:527.50999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:57.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:4555.1999999999998;s:14:\"totalNetCharge\";d:2469.02;s:19:\"totalNetFedExCharge\";d:2469.02;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:464.73000000000002;s:20:\"totalFreightDiscount\";d:2550.9099999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:455.51999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2095.3899999999999;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:406.07999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:57.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:3556.8000000000002;s:14:\"totalNetCharge\";d:1940.76;s:19:\"totalNetFedExCharge\";d:1940.76;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:375.76999999999998;s:20:\"totalFreightDiscount\";d:1991.8099999999999;s:15:\"freightDiscount\";a: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.68000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1636.1300000000001;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:317.12;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:57.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:3151.1999999999998;s:14:\"totalNetCharge\";d:1726.1600000000001;s:19:\"totalNetFedExCharge\";d:1726.1600000000001;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:339.63;s:20:\"totalFreightDiscount\";d:1764.6700000000001;s:15:\"freightDiscount\";a: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.12;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1449.55;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:280.98000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:57.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}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:710.30999999999995;s:14:\"totalNetCharge\";d:510.57999999999998;s:19:\"totalNetFedExCharge\";d:510.57999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:162.28999999999999;s:20:\"totalFreightDiscount\";d:362.01999999999998;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:284.01999999999998;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:78;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:74.090000000000003;}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:88.200000000000003;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:780;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:76.5;s:10:\"netFreight\";d:37.5;s:15:\"totalSurcharges\";d:16.079999999999998;s:14:\"netFedExCharge\";d:53.579999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:53.579999999999998;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: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:8.4000000000000004;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.600000000000001;s:7:\"percent\";d:40;}}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:7.9800000000000004;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:7.4000000000000004;s:14:\"netFedExCharge\";d:25.260000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.260000000000002;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:173.05000000000001;s:10:\"netFreight\";d:84.849999999999994;s:15:\"totalSurcharges\";d:36.049999999999997;s:14:\"netFedExCharge\";d:120.90000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.90000000000001;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:88.200000000000003;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:69.200000000000003;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:19;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.050000000000001;}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:18;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:28.23;s:10:\"netFreight\";d:13.84;s:15:\"totalSurcharges\";d:5.6399999999999997;s:14:\"netFedExCharge\";d:19.48;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.48;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:14.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:11.289999999999999;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.1000000000000001;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.9399999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343634,'_transient_timeout_fedex_quote_a6da277da5c11ed1cba14e2e872842c2','1767542200','off'),(343635,'_transient_fedex_quote_a6da277da5c11ed1cba14e2e872842c2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"24665628-e38f-4af7-920b-56582c8394e0\";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\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:9:\"FEDEX_BOX\";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:1451.2;s:14:\"totalNetCharge\";d:1765.8299999999999;s:19:\"totalNetFedExCharge\";d:1765.8299999999999;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.63;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:294.07999999999998;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160;}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:9:\"FEDEX_BOX\";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:1401.5999999999999;s:14:\"totalNetCharge\";d:670.26999999999998;s:19:\"totalNetFedExCharge\";d:670.26999999999998;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:123.65000000000001;s:20:\"totalFreightDiscount\";d:854.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:140.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:714.82000000000005;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:110.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:11.699999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160;}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:9:\"FEDEX_BOX\";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:1372.8;s:14:\"totalNetCharge\";d:656.76999999999998;s:19:\"totalNetFedExCharge\";d:656.76999999999998;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:121.38;s:20:\"totalFreightDiscount\";d:837.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:137.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:700.13;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:108.63;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160;}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:9:\"FEDEX_BOX\";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:937.60000000000002;s:14:\"totalNetCharge\";d:509.04000000000002;s:19:\"totalNetFedExCharge\";d:509.04000000000002;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.5;s:20:\"totalFreightDiscount\";d:525.05999999999995;s:15:\"freightDiscount\";a: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.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:431.30000000000001;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.75;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160;}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:9:\"FEDEX_BOX\";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:732.79999999999995;s:14:\"totalNetCharge\";d:400.68000000000001;s:19:\"totalNetFedExCharge\";d:400.68000000000001;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:78.25;s:20:\"totalFreightDiscount\";d:410.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:73.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:337.08999999999997;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:65.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:11.699999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160;}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:21:\"FEDEX_EXTRA_LARGE_BOX\";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:762.32000000000005;s:14:\"totalNetCharge\";d:435.04000000000002;s:19:\"totalNetFedExCharge\";d:435.04000000000002;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:99.599999999999994;s:20:\"totalFreightDiscount\";d:426.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:76.239999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:350.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:69.599999999999994;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21.600000000000001;}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:160;}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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343636,'_transient_timeout_fedex_quote_a01625c832f0ddb523500000192a05d0','1767542201','off'),(343637,'_transient_fedex_quote_a01625c832f0ddb523500000192a05d0','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8deee243-436e-49e9-a86b-b0806f2563a0\";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:855.99000000000001;s:14:\"totalNetCharge\";d:618.82000000000005;s:19:\"totalNetFedExCharge\";d:618.82000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:199.09;s:20:\"totalFreightDiscount\";d:436.25999999999999;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:342.25999999999999;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:94;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:89.290000000000006;}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:109.8;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:940;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:76.5;s:10:\"netFreight\";d:37.5;s:15:\"totalSurcharges\";d:16.079999999999998;s:14:\"netFedExCharge\";d:53.579999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:53.579999999999998;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: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:8.4000000000000004;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.600000000000001;s:7:\"percent\";d:40;}}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:7.9800000000000004;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:7.4000000000000004;s:14:\"netFedExCharge\";d:25.260000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.260000000000002;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:173.05000000000001;s:10:\"netFreight\";d:84.849999999999994;s:15:\"totalSurcharges\";d:36.049999999999997;s:14:\"netFedExCharge\";d:120.90000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.90000000000001;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:88.200000000000003;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:69.200000000000003;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:19;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.050000000000001;}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:18;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:28.23;s:10:\"netFreight\";d:13.84;s:15:\"totalSurcharges\";d:5.6399999999999997;s:14:\"netFedExCharge\";d:19.48;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.48;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:14.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:11.289999999999999;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.1000000000000001;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.9399999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:145.68000000000001;s:10:\"netFreight\";d:71.439999999999998;s:15:\"totalSurcharges\";d:36.799999999999997;s:14:\"netFedExCharge\";d:108.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:108.23999999999999;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:74.239999999999995;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:58.240000000000002;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:16;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.199999999999999;}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:21.600000000000001;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343638,'_transient_timeout_fedex_quote_3c217f0a1ef627c7a3105b3393baa790','1767542234','off'),(343639,'_transient_fedex_quote_3c217f0a1ef627c7a3105b3393baa790','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"89928b8a-8896-4e49-89d1-68698962e6a3\";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:6742.25;s:14:\"totalNetCharge\";d:8201.8199999999997;s:19:\"totalNetFedExCharge\";d:8201.8199999999997;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:1459.5699999999999;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:1365.52;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:93;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:6511.3000000000002;s:14:\"totalNetCharge\";d:3110.6999999999998;s:19:\"totalNetFedExCharge\";d:3110.6999999999998;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:571.28999999999996;s:20:\"totalFreightDiscount\";d:3971.8899999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:651.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:3320.7600000000002;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:514.44000000000005;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:55.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:6377.1999999999998;s:14:\"totalNetCharge\";d:3047.8099999999999;s:19:\"totalNetFedExCharge\";d:3047.8099999999999;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:560.70000000000005;s:20:\"totalFreightDiscount\";d:3890.0900000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:637.72000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3252.3699999999999;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:503.85000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:55.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:4350.8000000000002;s:14:\"totalNetCharge\";d:2359.0700000000002;s:19:\"totalNetFedExCharge\";d:2359.0700000000002;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:444.72000000000003;s:20:\"totalFreightDiscount\";d:2436.4499999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:435.07999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2001.3699999999999;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:387.87;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:55.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:3397.1999999999998;s:14:\"totalNetCharge\";d:1854.52;s:19:\"totalNetFedExCharge\";d:1854.52;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:359.75;s:20:\"totalFreightDiscount\";d:1902.4300000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:339.72000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1562.71;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:302.89999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:55.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:3009.8000000000002;s:14:\"totalNetCharge\";d:1649.55;s:19:\"totalNetFedExCharge\";d:1649.55;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:325.24000000000001;s:20:\"totalFreightDiscount\";d:1685.49;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:300.98000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1384.51;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:268.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:55.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}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:678.44000000000005;s:14:\"totalNetCharge\";d:489.83999999999997;s:19:\"totalNetFedExCharge\";d:489.83999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:157.15000000000001;s:20:\"totalFreightDiscount\";d:345.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:271.25;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:74.5;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:70.75;}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:86.400000000000006;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:745;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:7:{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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.100000000000001;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.8999999999999999;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:14.199999999999999;s:7:\"percent\";d:40;}}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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:173.05000000000001;s:10:\"netFreight\";d:84.849999999999994;s:15:\"totalSurcharges\";d:36.049999999999997;s:14:\"netFedExCharge\";d:120.90000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.90000000000001;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:88.200000000000003;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:69.200000000000003;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:19;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.050000000000001;}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:18;}}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:73.769999999999996;s:10:\"netFreight\";d:36.18;s:15:\"totalSurcharges\";d:15.779999999999999;s:14:\"netFedExCharge\";d:51.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.960000000000001;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:37.590000000000003;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:29.489999999999998;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:8.0999999999999996;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:7.6799999999999997;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343640,'_transient_timeout_fedex_quote_538244a86f4abaadd8e226a310c65f6d','1767542234','off'),(343641,'_transient_fedex_quote_538244a86f4abaadd8e226a310c65f6d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"64e0064e-e3b8-46be-8ee9-9de007895c49\";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\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:9:\"FEDEX_BOX\";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:907;s:14:\"totalNetCharge\";d:1103.9300000000001;s:19:\"totalNetFedExCharge\";d:1103.9300000000001;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:196.93000000000001;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:183.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:12;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:9:\"FEDEX_BOX\";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:876;s:14:\"totalNetCharge\";d:419.27999999999997;s:19:\"totalNetFedExCharge\";d:419.27999999999997;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:77.640000000000001;s:20:\"totalFreightDiscount\";d:534.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:87.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:446.75999999999999;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:69.390000000000001;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:9:\"FEDEX_BOX\";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:858;s:14:\"totalNetCharge\";d:410.83999999999997;s:19:\"totalNetFedExCharge\";d:410.83999999999997;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:76.219999999999999;s:20:\"totalFreightDiscount\";d:523.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:85.799999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:437.57999999999998;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:67.969999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:9:\"FEDEX_BOX\";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:586;s:14:\"totalNetCharge\";d:318.51999999999998;s:19:\"totalNetFedExCharge\";d:318.51999999999998;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.68;s:20:\"totalFreightDiscount\";d:328.16000000000003;s:15:\"freightDiscount\";a: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.600000000000001;s:7:\"percent\";d: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.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:52.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:9:\"FEDEX_BOX\";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:458;s:14:\"totalNetCharge\";d:250.78999999999999;s:19:\"totalNetFedExCharge\";d:250.78999999999999;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:49.270000000000003;s:20:\"totalFreightDiscount\";d:256.48000000000002;s:15:\"freightDiscount\";a: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.799999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:210.68000000000001;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:41.020000000000003;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:21:\"FEDEX_EXTRA_LARGE_BOX\";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:476.44999999999999;s:14:\"totalNetCharge\";d:271.89999999999998;s:19:\"totalNetFedExCharge\";d:271.89999999999998;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:62.25;s:20:\"totalFreightDiscount\";d:266.80000000000001;s:15:\"freightDiscount\";a: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.649999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:219.15000000000001;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:43.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: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:5.25;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343642,'_transient_timeout_fedex_quote_8527fb27e1870f0dcc5f3e742b108a89','1767542235','off'),(343643,'_transient_fedex_quote_8527fb27e1870f0dcc5f3e742b108a89','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"94baf322-06b2-45c9-b3e1-586a913fe38a\";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:769.49000000000001;s:14:\"totalNetCharge\";d:557.49000000000001;s:19:\"totalNetFedExCharge\";d:557.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:180.15000000000001;s:20:\"totalFreightDiscount\";d:392.14999999999998;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:307.64999999999998;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:84.5;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:80.25;}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:99.900000000000006;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:845;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.100000000000001;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.8999999999999999;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:14.199999999999999;s:7:\"percent\";d:40;}}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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:173.05000000000001;s:10:\"netFreight\";d:84.849999999999994;s:15:\"totalSurcharges\";d:36.049999999999997;s:14:\"netFedExCharge\";d:120.90000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.90000000000001;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:88.200000000000003;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:69.200000000000003;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:19;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.050000000000001;}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:18;}}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:73.769999999999996;s:10:\"netFreight\";d:36.18;s:15:\"totalSurcharges\";d:15.779999999999999;s:14:\"netFedExCharge\";d:51.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.960000000000001;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:37.590000000000003;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:29.489999999999998;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:8.0999999999999996;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:7.6799999999999997;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:91.049999999999997;s:10:\"netFreight\";d:44.649999999999999;s:15:\"totalSurcharges\";d:23;s:14:\"netFedExCharge\";d:67.650000000000006;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:67.650000000000006;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:46.399999999999999;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.399999999999999;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:10;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.5;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343645,'_transient_timeout_fedex_quote_63234a3039742572ead0ce9246d13ccf','1767542249','off'),(343646,'_transient_fedex_quote_63234a3039742572ead0ce9246d13ccf','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6865d2df-5fd4-4acd-9ee1-911f2031ed6d\";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:5366.6499999999996;s:14:\"totalNetCharge\";d:6528.1599999999999;s:19:\"totalNetFedExCharge\";d:6528.1599999999999;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:1161.51;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:1086.96;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:5182.8199999999997;s:14:\"totalNetCharge\";d:2475.98;s:19:\"totalNetFedExCharge\";d:2475.98;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:454.68000000000001;s:20:\"totalFreightDiscount\";d:3161.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:518.27999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2643.2399999999998;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:409.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:44.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:5076.0799999999999;s:14:\"totalNetCharge\";d:2425.9200000000001;s:19:\"totalNetFedExCharge\";d:2425.9200000000001;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:446.25;s:20:\"totalFreightDiscount\";d:3096.4099999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:507.61000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2588.8000000000002;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:401.10000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:44.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:3463.1199999999999;s:14:\"totalNetCharge\";d:1877.7;s:19:\"totalNetFedExCharge\";d:1877.7;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:353.93000000000001;s:20:\"totalFreightDiscount\";d:1939.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:346.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:1593.04;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:308.77999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:44.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:2704.0799999999999;s:14:\"totalNetCharge\";d:1476.0899999999999;s:19:\"totalNetFedExCharge\";d:1476.0899999999999;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:286.30000000000001;s:20:\"totalFreightDiscount\";d:1514.29;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:270.41000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1243.8800000000001;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:241.15000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:44.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:2395.7199999999998;s:14:\"totalNetCharge\";d:1312.9400000000001;s:19:\"totalNetFedExCharge\";d:1312.9400000000001;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:258.81999999999999;s:20:\"totalFreightDiscount\";d:1341.5999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:239.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:1102.03;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:213.66999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:44.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}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:540;s:14:\"totalNetCharge\";d:393.12;s:19:\"totalNetFedExCharge\";d:393.12;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:128.31;s:20:\"totalFreightDiscount\";d:275.19;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:215.88999999999999;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:59.299999999999997;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:56.310000000000002;}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:72;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:593;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:7:{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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.100000000000001;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.8999999999999999;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:14.199999999999999;s:7:\"percent\";d:40;}}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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:73.769999999999996;s:10:\"netFreight\";d:36.18;s:15:\"totalSurcharges\";d:15.779999999999999;s:14:\"netFedExCharge\";d:51.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.960000000000001;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:37.590000000000003;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:29.489999999999998;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:8.0999999999999996;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:7.6799999999999997;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343647,'_transient_timeout_fedex_quote_240bc5ede3c3eccee8bf2d29f3aa841c','1767542250','off'),(343648,'_transient_fedex_quote_240bc5ede3c3eccee8bf2d29f3aa841c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"19121344-25eb-447e-aefd-7abb042748a4\";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:631.04999999999995;s:14:\"totalNetCharge\";d:460.76999999999998;s:19:\"totalNetFedExCharge\";d:460.76999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:151.31;s:20:\"totalFreightDiscount\";d:321.58999999999997;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:252.28999999999999;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:69.299999999999997;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:65.810000000000002;}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:85.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:693;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.100000000000001;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.8999999999999999;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:14.199999999999999;s:7:\"percent\";d:40;}}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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.200000000000003;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:24.18;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.18;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:73.769999999999996;s:10:\"netFreight\";d:36.18;s:15:\"totalSurcharges\";d:15.779999999999999;s:14:\"netFedExCharge\";d:51.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.960000000000001;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:37.590000000000003;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:29.489999999999998;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:8.0999999999999996;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:7.6799999999999997;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:91.049999999999997;s:10:\"netFreight\";d:44.649999999999999;s:15:\"totalSurcharges\";d:23;s:14:\"netFedExCharge\";d:67.650000000000006;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:67.650000000000006;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:46.399999999999999;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.399999999999999;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:10;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.5;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343661,'_transient_timeout_fedex_quote_4df3e41b01a70f3ee886ccbb405681e3','1767542592','off'),(343662,'_transient_fedex_quote_4df3e41b01a70f3ee886ccbb405681e3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ccb2f8f0-aaee-44e5-8a7b-b2aec065428f\";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:5882.5;s:14:\"totalNetCharge\";d:7158.9700000000003;s:19:\"totalNetFedExCharge\";d:7158.9700000000003;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:1276.47;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:1191.4200000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:5681;s:14:\"totalNetCharge\";d:2715.9099999999999;s:19:\"totalNetFedExCharge\";d:2715.9099999999999;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:500.31999999999999;s:20:\"totalFreightDiscount\";d:3465.4099999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:568.10000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2897.3099999999999;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:448.87;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:50.399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:5564;s:14:\"totalNetCharge\";d:2661.04;s:19:\"totalNetFedExCharge\";d:2661.04;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:491.07999999999998;s:20:\"totalFreightDiscount\";d:3394.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:556.39999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2837.6399999999999;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:439.63;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:50.399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:3796;s:14:\"totalNetCharge\";d:2060.1300000000001;s:19:\"totalNetFedExCharge\";d:2060.1300000000001;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:389.88999999999999;s:20:\"totalFreightDiscount\";d:2125.7600000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:379.60000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1746.1600000000001;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:338.44;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:50.399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:2964;s:14:\"totalNetCharge\";d:1619.9200000000001;s:19:\"totalNetFedExCharge\";d:1619.9200000000001;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:315.75999999999999;s:20:\"totalFreightDiscount\";d:1659.8399999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:296.39999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1363.4400000000001;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:264.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:50.399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:2626;s:14:\"totalNetCharge\";d:1441.0799999999999;s:19:\"totalNetFedExCharge\";d:1441.0799999999999;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:285.63999999999999;s:20:\"totalFreightDiscount\";d:1470.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:262.60000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1207.96;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:234.19;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:50.399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}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:591.89999999999998;s:14:\"totalNetCharge\";d:430.25999999999999;s:19:\"totalNetFedExCharge\";d:430.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:140.00999999999999;s:20:\"totalFreightDiscount\";d:301.64999999999998;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:236.65000000000001;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:65;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:61.710000000000001;}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:78.299999999999997;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:650;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:24.59;s:10:\"netFreight\";d:12.06;s:15:\"totalSurcharges\";d:5.2599999999999998;s:14:\"netFedExCharge\";d:17.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:17.32;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:12.529999999999999;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.8300000000000001;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.7000000000000002;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:2.7000000000000002;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343663,'_transient_timeout_fedex_quote_8e3b121250931dc7821968b8b1366b01','1767542593','off'),(343664,'_transient_fedex_quote_8e3b121250931dc7821968b8b1366b01','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"46e23d69-3281-4a17-a7da-f78535885762\";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\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:9:\"FEDEX_BOX\";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:1269.8;s:14:\"totalNetCharge\";d:1546.2;s:19:\"totalNetFedExCharge\";d:1546.2;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:276.39999999999998;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:257.35000000000002;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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:9:\"FEDEX_BOX\";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:1226.4000000000001;s:14:\"totalNetCharge\";d:587.22000000000003;s:19:\"totalNetFedExCharge\";d:587.22000000000003;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:108.92;s:20:\"totalFreightDiscount\";d:748.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:122.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:625.46000000000004;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:97.069999999999993;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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:9:\"FEDEX_BOX\";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.2;s:14:\"totalNetCharge\";d:575.39999999999998;s:19:\"totalNetFedExCharge\";d:575.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:106.93000000000001;s:20:\"totalFreightDiscount\";d:732.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.12;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:612.61000000000001;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:95.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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:9:\"FEDEX_BOX\";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:820.39999999999998;s:14:\"totalNetCharge\";d:446.13999999999999;s:19:\"totalNetFedExCharge\";d:446.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:85.159999999999997;s:20:\"totalFreightDiscount\";d:459.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:82.040000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:377.38;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:73.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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:9:\"FEDEX_BOX\";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:641.20000000000005;s:14:\"totalNetCharge\";d:351.31999999999999;s:19:\"totalNetFedExCharge\";d:351.31999999999999;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:69.189999999999998;s:20:\"totalFreightDiscount\";d:359.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:64.120000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:294.94999999999999;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:57.340000000000003;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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:21:\"FEDEX_EXTRA_LARGE_BOX\";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:667.02999999999997;s:14:\"totalNetCharge\";d:380.66000000000003;s:19:\"totalNetFedExCharge\";d:380.66000000000003;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:87.150000000000006;s:20:\"totalFreightDiscount\";d:373.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:66.709999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:306.81;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:60.899999999999999;}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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:7.3499999999999996;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:140;}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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343665,'_transient_timeout_fedex_quote_538770782e2621fb7a8ffb0f1f8cee65','1767542594','off'),(343666,'_transient_fedex_quote_538770782e2621fb7a8ffb0f1f8cee65','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b7a912a9-b0a6-4393-a2df-8e72249eef33\";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:719.37;s:14:\"totalNetCharge\";d:524.97000000000003;s:19:\"totalNetFedExCharge\";d:524.97000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:172.21000000000001;s:20:\"totalFreightDiscount\";d:366.61000000000001;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:287.61000000000001;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:79;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:75.010000000000005;}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:97.200000000000003;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:790;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;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:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:24.59;s:10:\"netFreight\";d:12.06;s:15:\"totalSurcharges\";d:5.2599999999999998;s:14:\"netFedExCharge\";d:17.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:17.32;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:12.529999999999999;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.8300000000000001;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.7000000000000002;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:2.7000000000000002;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:127.47;s:10:\"netFreight\";d:62.509999999999998;s:15:\"totalSurcharges\";d:32.200000000000003;s:14:\"netFedExCharge\";d:94.709999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:94.709999999999994;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:64.959999999999994;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.960000000000001;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:14;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.300000000000001;}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:18.899999999999999;}}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343671,'_transient_timeout_fedex_quote_a38dbb7a8103492653f2019e1e81dbbc','1767542895','off'),(343672,'_transient_fedex_quote_a38dbb7a8103492653f2019e1e81dbbc','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"646e85bd-9f75-403d-9281-9a2c3027ba8c\";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:7221.8999999999996;s:14:\"totalNetCharge\";d:8792.1000000000004;s:19:\"totalNetFedExCharge\";d:8792.1000000000004;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:1570.2;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:1462.6500000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:106.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:6974.5200000000004;s:14:\"totalNetCharge\";d:3336.0300000000002;s:19:\"totalNetFedExCharge\";d:3336.0300000000002;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:615.97000000000003;s:20:\"totalFreightDiscount\";d:4254.46;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:697.45000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3557.0100000000002;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:551.01999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:63.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:6830.8800000000001;s:14:\"totalNetCharge\";d:3268.6700000000001;s:19:\"totalNetFedExCharge\";d:3268.6700000000001;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:604.63;s:20:\"totalFreightDiscount\";d:4166.8400000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:683.09000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3483.75;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:539.67999999999995;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:63.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:4660.3199999999997;s:14:\"totalNetCharge\";d:2530.9400000000001;s:19:\"totalNetFedExCharge\";d:2530.9400000000001;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:480.39999999999998;s:20:\"totalFreightDiscount\";d:2609.7800000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:466.02999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2143.75;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:415.44999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:63.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:3638.8800000000001;s:14:\"totalNetCharge\";d:1990.5;s:19:\"totalNetFedExCharge\";d:1990.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:389.38999999999999;s:20:\"totalFreightDiscount\";d:2037.77;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:363.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:1673.8800000000001;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:324.44;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:63.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:3223.9200000000001;s:14:\"totalNetCharge\";d:1770.9400000000001;s:19:\"totalNetFedExCharge\";d:1770.9400000000001;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:352.41000000000003;s:20:\"totalFreightDiscount\";d:1805.3900000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:322.38999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1483;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:287.45999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:63.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}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:726.69000000000005;s:14:\"totalNetCharge\";d:526.60000000000002;s:19:\"totalNetFedExCharge\";d:526.60000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:170.27000000000001;s:20:\"totalFreightDiscount\";d:370.36000000000001;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:290.56;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:79.799999999999997;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:75.769999999999996;}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:94.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:798;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:10:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343673,'_transient_timeout_fedex_quote_4370e37cfb3982456bd75f2e90ff4d03','1767542896','off'),(343674,'_transient_fedex_quote_4370e37cfb3982456bd75f2e90ff4d03','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"92455bba-b5b8-4243-be2b-20d9dd59efe3\";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\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:9:\"FEDEX_BOX\";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:1088.4000000000001;s:14:\"totalNetCharge\";d:1325.0599999999999;s:19:\"totalNetFedExCharge\";d:1325.0599999999999;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:236.66;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:220.61000000000001;}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;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:1051.2;s:14:\"totalNetCharge\";d:503.25;s:19:\"totalNetFedExCharge\";d:503.25;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.280000000000001;s:20:\"totalFreightDiscount\";d:641.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:105.12;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:536.11000000000001;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.230000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:1029.5999999999999;s:14:\"totalNetCharge\";d:493.11000000000001;s:19:\"totalNetFedExCharge\";d:493.11000000000001;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.569999999999993;s:20:\"totalFreightDiscount\";d:628.05999999999995;s:15:\"freightDiscount\";a: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.95999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:525.10000000000002;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:81.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:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:703.20000000000005;s:14:\"totalNetCharge\";d:382.32999999999998;s:19:\"totalNetFedExCharge\";d:382.32999999999998;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:72.920000000000002;s:20:\"totalFreightDiscount\";d:393.79000000000002;s:15:\"freightDiscount\";a: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.319999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:323.47000000000003;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:62.869999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:549.60000000000002;s:14:\"totalNetCharge\";d:301.05000000000001;s:19:\"totalNetFedExCharge\";d:301.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:59.229999999999997;s:20:\"totalFreightDiscount\";d:307.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:54.960000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:252.81999999999999;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:49.18;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:21:\"FEDEX_EXTRA_LARGE_BOX\";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:571.74000000000001;s:14:\"totalNetCharge\";d:326.27999999999997;s:19:\"totalNetFedExCharge\";d:326.27999999999997;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:74.700000000000003;s:20:\"totalFreightDiscount\";d:320.16000000000003;s:15:\"freightDiscount\";a: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.18;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:262.98000000000002;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:52.200000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}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:120;}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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343675,'_transient_timeout_fedex_quote_2479c474d043deb63f34e05494faef02','1767542897','off'),(343676,'_transient_fedex_quote_2479c474d043deb63f34e05494faef02','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"811c9ab6-a99f-4474-a5e9-458e22228dd1\";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:835.95000000000005;s:14:\"totalNetCharge\";d:607.77999999999997;s:19:\"totalNetFedExCharge\";d:607.77999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:197.87;s:20:\"totalFreightDiscount\";d:426.04000000000002;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:334.24000000000001;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:91.799999999999997;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:87.170000000000002;}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:110.7;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:918;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:11:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:109.26000000000001;s:10:\"netFreight\";d:53.579999999999998;s:15:\"totalSurcharges\";d:27.600000000000001;s:14:\"netFedExCharge\";d:81.180000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:81.180000000000007;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:55.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:43.68;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:12;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.4;}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:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:10;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343684,'_transient_timeout_fedex_quote_74e8ab3100a9cb652d74de44fffec08a','1767543106','off'),(343685,'_transient_fedex_quote_74e8ab3100a9cb652d74de44fffec08a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"410f89a6-d0fc-4387-80fe-0481b9b86290\";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:8669.8999999999996;s:14:\"totalNetCharge\";d:10549.82;s:19:\"totalNetFedExCharge\";d:10549.82;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:1879.9200000000001;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:1755.8699999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:123;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:8372.9200000000001;s:14:\"totalNetCharge\";d:4001.75;s:19:\"totalNetFedExCharge\";d:4001.75;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:736.30999999999995;s:20:\"totalFreightDiscount\";d:5107.4799999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:837.28999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4270.1899999999996;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:661.46000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:8200.4799999999996;s:14:\"totalNetCharge\";d:3920.8899999999999;s:19:\"totalNetFedExCharge\";d:3920.8899999999999;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:722.70000000000005;s:20:\"totalFreightDiscount\";d:5002.29;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:820.04999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4182.2399999999998;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:647.85000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:5594.7200000000003;s:14:\"totalNetCharge\";d:3035.23;s:19:\"totalNetFedExCharge\";d:3035.23;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:573.54999999999995;s:20:\"totalFreightDiscount\";d:3133.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:559.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:2573.5700000000002;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:498.69999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:4368.4799999999996;s:14:\"totalNetCharge\";d:2386.4200000000001;s:19:\"totalNetFedExCharge\";d:2386.4200000000001;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:464.29000000000002;s:20:\"totalFreightDiscount\";d:2446.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:436.85000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2009.5;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:389.44;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:3870.3200000000002;s:14:\"totalNetCharge\";d:2122.8499999999999;s:19:\"totalNetFedExCharge\";d:2122.8499999999999;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:419.91000000000003;s:20:\"totalFreightDiscount\";d:2167.3800000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:387.02999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1780.3499999999999;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:345.06;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:73.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:872.37;s:14:\"totalNetCharge\";d:634.84000000000003;s:19:\"totalNetFedExCharge\";d:634.84000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:207.06999999999999;s:20:\"totalFreightDiscount\";d:444.60000000000002;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:348.80000000000001;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:95.799999999999997;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:90.969999999999999;}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:116.09999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:11:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:10;O: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:145.68000000000001;s:10:\"netFreight\";d:71.439999999999998;s:15:\"totalSurcharges\";d:36.799999999999997;s:14:\"netFedExCharge\";d:108.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:108.23999999999999;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:74.239999999999995;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:58.240000000000002;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:16;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.199999999999999;}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:21.600000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343686,'_transient_timeout_fedex_quote_84d230a32331a390f9f57f83d6ccd5a7','1767543106','off'),(343687,'_transient_fedex_quote_84d230a32331a390f9f57f83d6ccd5a7','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"57a1a0b0-4472-4199-8e65-f83e14eb7bc1\";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:981.63;s:14:\"totalNetCharge\";d:716.01999999999998;s:19:\"totalNetFedExCharge\";d:716.01999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:234.66999999999999;s:20:\"totalFreightDiscount\";d:500.27999999999997;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:392.48000000000002;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:107.8;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:102.37;}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:132.30000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:1078;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:12:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:14.02;s:14:\"netFedExCharge\";d:46.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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: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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:109.26000000000001;s:10:\"netFreight\";d:53.579999999999998;s:15:\"totalSurcharges\";d:27.600000000000001;s:14:\"netFedExCharge\";d:81.180000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:81.180000000000007;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:55.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:43.68;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:12;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.4;}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:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:10;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:11;O: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:145.68000000000001;s:10:\"netFreight\";d:71.439999999999998;s:15:\"totalSurcharges\";d:36.799999999999997;s:14:\"netFedExCharge\";d:108.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:108.23999999999999;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:74.239999999999995;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:58.240000000000002;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:16;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.199999999999999;}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:21.600000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343695,'_transient_timeout_fedex_quote_f5effa03a8f2dd31ad5a4019b2e76f54','1767543318','off'),(343696,'_transient_fedex_quote_f5effa03a8f2dd31ad5a4019b2e76f54','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6d1c5900-9629-4848-8e11-b4bab10f1845\";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:8669.8999999999996;s:14:\"totalNetCharge\";d:10558.82;s:19:\"totalNetFedExCharge\";d:10558.82;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:1888.9200000000001;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:1755.8699999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:132;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:8372.9200000000001;s:14:\"totalNetCharge\";d:4007.1500000000001;s:19:\"totalNetFedExCharge\";d:4007.1500000000001;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:741.71000000000004;s:20:\"totalFreightDiscount\";d:5107.4799999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:837.28999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4270.1899999999996;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:661.46000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:79.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:8200.4799999999996;s:14:\"totalNetCharge\";d:3926.29;s:19:\"totalNetFedExCharge\";d:3926.29;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:728.10000000000002;s:20:\"totalFreightDiscount\";d:5002.29;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:820.04999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4182.2399999999998;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:647.85000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:79.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:5594.7200000000003;s:14:\"totalNetCharge\";d:3040.6300000000001;s:19:\"totalNetFedExCharge\";d:3040.6300000000001;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:578.95000000000005;s:20:\"totalFreightDiscount\";d:3133.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:559.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:2573.5700000000002;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:498.69999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:79.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:4368.4799999999996;s:14:\"totalNetCharge\";d:2391.8200000000002;s:19:\"totalNetFedExCharge\";d:2391.8200000000002;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:469.69;s:20:\"totalFreightDiscount\";d:2446.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:436.85000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2009.5;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:389.44;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:79.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:3870.3200000000002;s:14:\"totalNetCharge\";d:2128.25;s:19:\"totalNetFedExCharge\";d:2128.25;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:425.31;s:20:\"totalFreightDiscount\";d:2167.3800000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:387.02999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1780.3499999999999;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:345.06;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:79.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}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:872.37;s:14:\"totalNetCharge\";d:636.63999999999999;s:19:\"totalNetFedExCharge\";d:636.63999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:208.87;s:20:\"totalFreightDiscount\";d:444.60000000000002;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:348.80000000000001;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:95.799999999999997;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:90.969999999999999;}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:117.90000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:958;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:11:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:15.82;s:14:\"netFedExCharge\";d:47.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:47.960000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:10;O: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:145.68000000000001;s:10:\"netFreight\";d:71.439999999999998;s:15:\"totalSurcharges\";d:36.799999999999997;s:14:\"netFedExCharge\";d:108.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:108.23999999999999;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:74.239999999999995;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:58.240000000000002;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:16;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.199999999999999;}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:21.600000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343697,'_transient_timeout_fedex_quote_012ae9b2f6452ced894fdf073c95f9ee','1767543319','off'),(343698,'_transient_fedex_quote_012ae9b2f6452ced894fdf073c95f9ee','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b3db019f-6961-465e-89a0-b191846a0786\";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\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:9:\"FEDEX_BOX\";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:1088.4000000000001;s:14:\"totalNetCharge\";d:1326.5599999999999;s:19:\"totalNetFedExCharge\";d:1326.5599999999999;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:238.16;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:220.61000000000001;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:1051.2;s:14:\"totalNetCharge\";d:504.14999999999998;s:19:\"totalNetFedExCharge\";d:504.14999999999998;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.180000000000007;s:20:\"totalFreightDiscount\";d:641.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:105.12;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:536.11000000000001;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.230000000000004;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:1029.5999999999999;s:14:\"totalNetCharge\";d:494.00999999999999;s:19:\"totalNetFedExCharge\";d:494.00999999999999;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.469999999999999;s:20:\"totalFreightDiscount\";d:628.05999999999995;s:15:\"freightDiscount\";a: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.95999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:525.10000000000002;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:81.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:9.9000000000000004;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:703.20000000000005;s:14:\"totalNetCharge\";d:383.23000000000002;s:19:\"totalNetFedExCharge\";d:383.23000000000002;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:73.819999999999993;s:20:\"totalFreightDiscount\";d:393.79000000000002;s:15:\"freightDiscount\";a: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.319999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:323.47000000000003;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:62.869999999999997;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:9:\"FEDEX_BOX\";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:549.60000000000002;s:14:\"totalNetCharge\";d:301.94999999999999;s:19:\"totalNetFedExCharge\";d:301.94999999999999;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.130000000000003;s:20:\"totalFreightDiscount\";d:307.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:54.960000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:252.81999999999999;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:49.18;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}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:21:\"FEDEX_EXTRA_LARGE_BOX\";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:571.74000000000001;s:14:\"totalNetCharge\";d:326.27999999999997;s:19:\"totalNetFedExCharge\";d:326.27999999999997;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:74.700000000000003;s:20:\"totalFreightDiscount\";d:320.16000000000003;s:15:\"freightDiscount\";a: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.18;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:262.98000000000002;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:52.200000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}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:120;}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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343699,'_transient_timeout_fedex_quote_025501c89706f074fb1a55c5b9467968','1767543319','off'),(343700,'_transient_fedex_quote_025501c89706f074fb1a55c5b9467968','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"87d2efff-5751-4711-957f-11acfe8842d0\";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:981.63;s:14:\"totalNetCharge\";d:717.82000000000005;s:19:\"totalNetFedExCharge\";d:717.82000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:236.47;s:20:\"totalFreightDiscount\";d:500.27999999999997;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:392.48000000000002;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:107.8;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:102.37;}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:134.09999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:1078;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:12:{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:65.560000000000002;s:10:\"netFreight\";d:32.140000000000001;s:15:\"totalSurcharges\";d:15.82;s:14:\"netFedExCharge\";d:47.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:47.960000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.700000000000003;}s:21:\"totalFreightDiscounts\";d:33.420000000000002;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.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:26.219999999999999;s:7:\"percent\";d:40;}}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.8200000000000003;}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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.859999999999999;s:10:\"netFreight\";d:35.719999999999999;s:15:\"totalSurcharges\";d:16.600000000000001;s:14:\"netFedExCharge\";d:52.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.32;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:37.140000000000001;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:29.140000000000001;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:8;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:7.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:9;}}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:36.43;s:10:\"netFreight\";d:17.859999999999999;s:15:\"totalSurcharges\";d:8.3000000000000007;s:14:\"netFedExCharge\";d:26.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.16;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:18.57;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.57;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:4;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.7999999999999998;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;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:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:35.520000000000003;s:10:\"netFreight\";d:17.420000000000002;s:15:\"totalSurcharges\";d:8.1999999999999993;s:14:\"netFedExCharge\";d:25.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.199999999999999;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.8999999999999999;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.7000000000000002;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.609999999999999;s:10:\"netFreight\";d:16.969999999999999;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:25.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:17.640000000000001;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.84;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.7999999999999998;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.6099999999999999;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:69.219999999999999;s:10:\"netFreight\";d:33.939999999999998;s:15:\"totalSurcharges\";d:14.42;s:14:\"netFedExCharge\";d:48.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.359999999999999;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:35.280000000000001;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.68;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:7.5999999999999996;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:7.2199999999999998;}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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.18;s:10:\"netFreight\";d:24.120000000000001;s:15:\"totalSurcharges\";d:10.52;s:14:\"netFedExCharge\";d:34.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.640000000000001;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:25.059999999999999;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.66;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:5.4000000000000004;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:5.1200000000000001;}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:9;O: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:109.26000000000001;s:10:\"netFreight\";d:53.579999999999998;s:15:\"totalSurcharges\";d:27.600000000000001;s:14:\"netFedExCharge\";d:81.180000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:81.180000000000007;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:55.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:43.68;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:12;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.4;}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:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:10;O: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:291.36000000000001;s:10:\"netFreight\";d:142.88;s:15:\"totalSurcharges\";d:73.599999999999994;s:14:\"netFedExCharge\";d:216.47999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:216.47999999999999;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:148.47999999999999;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:116.48;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:32;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.399999999999999;}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:43.200000000000003;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:11;O: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:145.68000000000001;s:10:\"netFreight\";d:71.439999999999998;s:15:\"totalSurcharges\";d:36.799999999999997;s:14:\"netFedExCharge\";d:108.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:108.23999999999999;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:74.239999999999995;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:58.240000000000002;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:16;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.199999999999999;}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:21.600000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343716,'_transient_timeout_fedex_quote_1440fa698b69bbb861648a91075ff522','1767543503','off'),(343717,'_transient_fedex_quote_1440fa698b69bbb861648a91075ff522','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"41430450-04d2-4cae-9e06-7622cc2f462b\";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:1405.8499999999999;s:14:\"totalNetCharge\";d:1709.8;s:19:\"totalNetFedExCharge\";d:1709.8;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:303.94999999999999;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:284.89999999999998;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:1357.8;s:14:\"totalNetCharge\";d:648.83000000000004;s:19:\"totalNetFedExCharge\";d:648.83000000000004;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.29000000000001;s:20:\"totalFreightDiscount\";d:828.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:135.78;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:692.48000000000002;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:107.44;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:1329.9000000000001;s:14:\"totalNetCharge\";d:635.75;s:19:\"totalNetFedExCharge\";d:635.75;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.09;s:20:\"totalFreightDiscount\";d:811.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:132.99000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:678.25;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:105.23999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:908.29999999999995;s:14:\"totalNetCharge\";d:492.63999999999999;s:19:\"totalNetFedExCharge\";d:492.63999999999999;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.989999999999995;s:20:\"totalFreightDiscount\";d:508.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:90.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:417.81999999999999;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:81.140000000000001;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:709.89999999999998;s:14:\"totalNetCharge\";d:387.68000000000001;s:19:\"totalNetFedExCharge\";d:387.68000000000001;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.319999999999993;s:20:\"totalFreightDiscount\";d:397.54000000000002;s:15:\"freightDiscount\";a: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.989999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:326.55000000000001;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:63.469999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:667.25999999999999;s:14:\"totalNetCharge\";d:373.77999999999997;s:19:\"totalNetFedExCharge\";d:373.77999999999997;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.159999999999997;s:20:\"totalFreightDiscount\";d:373.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:66.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:306.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:60.509999999999998;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:5.25;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:155;}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:175.56999999999999;s:14:\"totalNetCharge\";d:104.08;s:19:\"totalNetFedExCharge\";d:104.08;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:30.120000000000001;s:20:\"totalFreightDiscount\";d:101.61;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:82.310000000000002;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:19.300000000000001;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.720000000000001;}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:14.4;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:153.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:155;}}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:98.519999999999996;s:10:\"netFreight\";d:42.359999999999999;s:15:\"totalSurcharges\";d:17.100000000000001;s:14:\"netFedExCharge\";d:59.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:59.460000000000001;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:56.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:10.83;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:45.329999999999998;s:7:\"percent\";d:46;}}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;}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:42.460000000000001;s:10:\"netFreight\";d:17.41;s:15:\"totalSurcharges\";d:7.2999999999999998;s:14:\"netFedExCharge\";d:24.710000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.710000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.200000000000003;}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.7000000000000002;}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: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:34.590000000000003;s:10:\"netFreight\";d:14.19;s:15:\"totalSurcharges\";d:5.7199999999999998;s:14:\"netFedExCharge\";d:19.91;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.91;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:20.399999999999999;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.600000000000001;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.7999999999999998;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.02;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343719,'_transient_timeout_fedex_quote_76dbf12d6e52f3aad942aba059d2f7ff','1767543513','off'),(343720,'_transient_fedex_quote_76dbf12d6e52f3aad942aba059d2f7ff','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"78bb68e8-65b3-49e3-9361-4ee945587750\";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:1315.1500000000001;s:14:\"totalNetCharge\";d:1600.73;s:19:\"totalNetFedExCharge\";d:1600.73;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:285.57999999999998;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:266.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:18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:1270.2;s:14:\"totalNetCharge\";d:607.75999999999999;s:19:\"totalNetFedExCharge\";d:607.75999999999999;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.38;s:20:\"totalFreightDiscount\";d:774.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:127.02;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:647.79999999999995;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:100.53;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:1244.0999999999999;s:14:\"totalNetCharge\";d:595.51999999999998;s:19:\"totalNetFedExCharge\";d:595.51999999999998;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.31999999999999;s:20:\"totalFreightDiscount\";d:758.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:124.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:634.49000000000001;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:98.469999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:849.70000000000005;s:14:\"totalNetCharge\";d:461.63999999999999;s:19:\"totalNetFedExCharge\";d:461.63999999999999;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:87.769999999999996;s:20:\"totalFreightDiscount\";d:475.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:84.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:390.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:75.920000000000002;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:664.10000000000002;s:14:\"totalNetCharge\";d:363.43000000000001;s:19:\"totalNetFedExCharge\";d:363.43000000000001;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.230000000000004;s:20:\"totalFreightDiscount\";d:371.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:66.409999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:305.49000000000001;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:59.380000000000003;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:631.09000000000003;s:14:\"totalNetCharge\";d:354.63;s:19:\"totalNetFedExCharge\";d:354.63;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:76.939999999999998;s:20:\"totalFreightDiscount\";d:353.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:63.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:290.29000000000002;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:57.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:14.4;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:5.25;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:145;}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:167.00999999999999;s:14:\"totalNetCharge\";d:100.48;s:19:\"totalNetFedExCharge\";d:100.48;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.489999999999998;s:20:\"totalFreightDiscount\";d:96.019999999999996;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:77.659999999999997;s:7:\"percent\";d:46.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:18.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.09;}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:14.4;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:144.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:145;}}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:98.519999999999996;s:10:\"netFreight\";d:42.359999999999999;s:15:\"totalSurcharges\";d:17.100000000000001;s:14:\"netFedExCharge\";d:59.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:59.460000000000001;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:56.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:10.83;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:45.329999999999998;s:7:\"percent\";d:46;}}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;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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: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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343722,'_transient_timeout_fedex_quote_65bbb05a75a354ff2dd0e0e8b3a35888','1767543521','off'),(343723,'_transient_fedex_quote_65bbb05a75a354ff2dd0e0e8b3a35888','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"09c02b4e-ca87-4540-a99c-d8d8d9fec1cd\";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:1160.96;s:14:\"totalNetCharge\";d:1412.3199999999999;s:19:\"totalNetFedExCharge\";d:1412.3199999999999;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:251.36000000000001;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:235.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:15;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128;}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:1121.28;s:14:\"totalNetCharge\";d:536.12;s:19:\"totalNetFedExCharge\";d:536.12;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.819999999999993;s:20:\"totalFreightDiscount\";d:683.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:112.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:571.85000000000002;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:88.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:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128;}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:1098.24;s:14:\"totalNetCharge\";d:525.32000000000005;s:19:\"totalNetFedExCharge\";d:525.32000000000005;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:97;s:20:\"totalFreightDiscount\";d:669.91999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.81999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:560.10000000000002;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:86.950000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128;}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:750.08000000000004;s:14:\"totalNetCharge\";d:407.12;s:19:\"totalNetFedExCharge\";d:407.12;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:77.090000000000003;s:20:\"totalFreightDiscount\";d:420.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:75.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:345.04000000000002;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.040000000000006;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128;}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:586.24000000000001;s:14:\"totalNetCharge\";d:320.44999999999999;s:19:\"totalNetFedExCharge\";d:320.44999999999999;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:62.5;s:20:\"totalFreightDiscount\";d:328.29000000000002;s:15:\"freightDiscount\";a: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.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:269.67000000000002;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:52.450000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128;}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:547.17999999999995;s:14:\"totalNetCharge\";d:306.26999999999998;s:19:\"totalNetFedExCharge\";d:306.26999999999998;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:65.5;s:20:\"totalFreightDiscount\";d:306.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.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:251.69;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:49.600000000000001;}i:1;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: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:128;}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:144.34999999999999;s:14:\"totalNetCharge\";d:85.049999999999997;s:19:\"totalNetFedExCharge\";d:85.049999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:24.559999999999999;s:20:\"totalFreightDiscount\";d:83.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:67.989999999999995;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:15.869999999999999;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:12.859999999999999;}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:11.699999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127.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:128;}}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:65.680000000000007;s:10:\"netFreight\";d:28.239999999999998;s:15:\"totalSurcharges\";d:11.4;s:14:\"netFedExCharge\";d:39.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.640000000000001;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:37.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: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.219999999999999;s:7:\"percent\";d:46;}}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;}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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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:\"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-28\";s:7:\"encoded\";b:0;}}','off'),(343724,'_transient_timeout_fedex_quote_c64dbf8cf74f9ce67ff61eb131c98c8c','1767543522','off'),(343725,'_transient_fedex_quote_c64dbf8cf74f9ce67ff61eb131c98c8c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f439c7e1-d6be-40c5-ab0e-931cfb3552c1\";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:223.31999999999999;s:19:\"totalNetFedExCharge\";d:223.31999999999999;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:38.659999999999997;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.609999999999999;}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:1.05;}}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:38.659999999999997;s:14:\"netFedExCharge\";d:223.31999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:223.31999999999999;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.609999999999999;}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:1.05;}}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:73.319999999999993;s:19:\"totalNetFedExCharge\";d:73.319999999999993;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.4;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.35;}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:1.05;}}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:13.4;s:14:\"netFedExCharge\";d:73.319999999999993;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:73.319999999999993;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.35;}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:1.05;}}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:67.400000000000006;s:19:\"totalNetFedExCharge\";d:67.400000000000006;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.4;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.35;}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:1.05;}}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:12.4;s:14:\"netFedExCharge\";d:67.400000000000006;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:67.400000000000006;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.35;}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:1.05;}}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:44.200000000000003;s:19:\"totalNetFedExCharge\";d:44.200000000000003;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.4900000000000002;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.4400000000000004;}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:1.05;}}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:8.4900000000000002;s:14:\"netFedExCharge\";d:44.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.200000000000003;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.4400000000000004;}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:1.05;}}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:36.869999999999997;s:19:\"totalNetFedExCharge\";d:36.869999999999997;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.2599999999999998;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.21;}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:1.05;}}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:7.2599999999999998;s:14:\"netFedExCharge\";d:36.869999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.869999999999997;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.21;}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:1.05;}}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:28.219999999999999;s:19:\"totalNetFedExCharge\";d:28.219999999999999;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:5.7999999999999998;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.75;}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:1.05;}}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:5.7999999999999998;s:14:\"netFedExCharge\";d:28.219999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.219999999999999;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.75;}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:1.05;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343726,'_transient_timeout_fedex_quote_be63cbba8f372c5b0de0b9ce73e8c854','1767543523','off'),(343727,'_transient_fedex_quote_be63cbba8f372c5b0de0b9ce73e8c854','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8cfb8ffa-9688-4b91-8b05-fd3f3ddd9aa3\";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:163.06;s:14:\"totalNetCharge\";d:97.260000000000005;s:19:\"totalNetFedExCharge\";d:97.260000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:26.699999999999999;s:20:\"totalFreightDiscount\";d:92.5;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:75.290000000000006;s:7:\"percent\";d:45.25;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:17.210000000000001;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;}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:11.699999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:135;}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:136;}}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:65.680000000000007;s:10:\"netFreight\";d:28.239999999999998;s:15:\"totalSurcharges\";d:11.4;s:14:\"netFedExCharge\";d:39.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.640000000000001;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:37.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: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.219999999999999;s:7:\"percent\";d:46;}}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;}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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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: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.710000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1400000000000001;s:14:\"netFedExCharge\";d:12.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.210000000000001;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.1400000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343728,'_transient_timeout_fedex_quote_e367e6bf058373bbd5bd8e4360d03f54','1767543527','off'),(343729,'_transient_fedex_quote_e367e6bf058373bbd5bd8e4360d03f54','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"69167b4f-0a4b-4894-bf30-7fe1bd532877\";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:1151.8900000000001;s:14:\"totalNetCharge\";d:1402.9100000000001;s:19:\"totalNetFedExCharge\";d:1402.9100000000001;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:251.02000000000001;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:233.47;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127;}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:1112.52;s:14:\"totalNetCharge\";d:532.89999999999998;s:19:\"totalNetFedExCharge\";d:532.89999999999998;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:99.019999999999996;s:20:\"totalFreightDiscount\";d:678.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:111.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:567.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:88.069999999999993;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127;}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:1089.6600000000001;s:14:\"totalNetCharge\";d:522.17999999999995;s:19:\"totalNetFedExCharge\";d:522.17999999999995;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:97.219999999999999;s:20:\"totalFreightDiscount\";d:664.70000000000005;s:15:\"freightDiscount\";a: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.97;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:555.73000000000002;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:86.269999999999996;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127;}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:744.22000000000003;s:14:\"totalNetCharge\";d:404.93000000000001;s:19:\"totalNetFedExCharge\";d:404.93000000000001;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:77.469999999999999;s:20:\"totalFreightDiscount\";d:416.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:74.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:342.33999999999997;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:66.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:9.9000000000000004;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127;}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:581.65999999999997;s:14:\"totalNetCharge\";d:318.92000000000002;s:19:\"totalNetFedExCharge\";d:318.92000000000002;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:62.990000000000002;s:20:\"totalFreightDiscount\";d:325.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:58.170000000000002;s:7:\"percent\";d: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.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:52.039999999999999;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127;}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:544.36000000000001;s:14:\"totalNetCharge\";d:304.79000000000002;s:19:\"totalNetFedExCharge\";d:304.79000000000002;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:65.25;s:20:\"totalFreightDiscount\";d:304.81999999999999;s:15:\"freightDiscount\";a: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.43;s:7:\"percent\";d: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.38999999999999;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:49.350000000000001;}i:1;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: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:127;}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:142.72999999999999;s:14:\"totalNetCharge\";d:84.260000000000005;s:19:\"totalNetFedExCharge\";d:84.260000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:24.420000000000002;s:20:\"totalFreightDiscount\";d:82.890000000000001;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.200000000000003;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:15.69;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:12.720000000000001;}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:11.699999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:125.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:127;}}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:65.680000000000007;s:10:\"netFreight\";d:28.239999999999998;s:15:\"totalSurcharges\";d:11.4;s:14:\"netFedExCharge\";d:39.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.640000000000001;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:37.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: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.219999999999999;s:7:\"percent\";d:46;}}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;}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:42.460000000000001;s:10:\"netFreight\";d:17.41;s:15:\"totalSurcharges\";d:7.2999999999999998;s:14:\"netFedExCharge\";d:24.710000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.710000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.200000000000003;}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.7000000000000002;}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: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:34.590000000000003;s:10:\"netFreight\";d:14.19;s:15:\"totalSurcharges\";d:5.7199999999999998;s:14:\"netFedExCharge\";d:19.91;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.91;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:20.399999999999999;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.600000000000001;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.7999999999999998;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.02;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343730,'_transient_timeout_fedex_quote_b6e8ff5d52a28e999a558dbf54973845','1767543530','off'),(343731,'_transient_fedex_quote_b6e8ff5d52a28e999a558dbf54973845','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b25e8b22-a380-43d9-8f96-67639b022368\";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:1061.1900000000001;s:14:\"totalNetCharge\";d:1292.3399999999999;s:19:\"totalNetFedExCharge\";d:1292.3399999999999;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:231.15000000000001;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:215.09999999999999;}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;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}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:1024.9200000000001;s:14:\"totalNetCharge\";d:490.93000000000001;s:19:\"totalNetFedExCharge\";d:490.93000000000001;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.209999999999994;s:20:\"totalFreightDiscount\";d:625.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:102.48999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:522.71000000000004;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:81.159999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}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:1003.86;s:14:\"totalNetCharge\";d:481.04000000000002;s:19:\"totalNetFedExCharge\";d:481.04000000000002;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.540000000000006;s:20:\"totalFreightDiscount\";d:612.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:100.39;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:511.97000000000003;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:79.489999999999995;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}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:685.62;s:14:\"totalNetCharge\";d:373.01999999999998;s:19:\"totalNetFedExCharge\";d:373.01999999999998;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.349999999999994;s:20:\"totalFreightDiscount\";d:383.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:68.560000000000002;s:7:\"percent\";d: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.38999999999999;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.299999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}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:535.86000000000001;s:14:\"totalNetCharge\";d:293.77999999999997;s:19:\"totalNetFedExCharge\";d:293.77999999999997;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:58.009999999999998;s:20:\"totalFreightDiscount\";d:300.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:53.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:246.5;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:47.960000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}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:508.19;s:14:\"totalNetCharge\";d:285.63999999999999;s:19:\"totalNetFedExCharge\";d:285.63999999999999;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:62.030000000000001;s:20:\"totalFreightDiscount\";d:284.57999999999998;s:15:\"freightDiscount\";a: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.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:233.75999999999999;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.130000000000003;}i:1;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: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:117;}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:134.16999999999999;s:14:\"totalNetCharge\";d:80.659999999999997;s:19:\"totalNetFedExCharge\";d:80.659999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:23.789999999999999;s:20:\"totalFreightDiscount\";d:77.299999999999997;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.549999999999997;s:7:\"percent\";d:46.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:14.75;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:12.09;}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:11.699999999999999;}}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:65.680000000000007;s:10:\"netFreight\";d:28.239999999999998;s:15:\"totalSurcharges\";d:11.4;s:14:\"netFedExCharge\";d:39.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.640000000000001;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:37.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: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.219999999999999;s:7:\"percent\";d:46;}}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;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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: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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343732,'_transient_timeout_fedex_quote_1dadb772e2d49ca00aa2501fff46c1d3','1767543533','off'),(343733,'_transient_fedex_quote_1dadb772e2d49ca00aa2501fff46c1d3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"447527d0-1b15-4caf-a7a4-4192e7910857\";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:907;s:14:\"totalNetCharge\";d:1105.4300000000001;s:19:\"totalNetFedExCharge\";d:1105.4300000000001;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:198.43000000000001;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:183.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:876;s:14:\"totalNetCharge\";d:420.18000000000001;s:19:\"totalNetFedExCharge\";d:420.18000000000001;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:78.540000000000006;s:20:\"totalFreightDiscount\";d:534.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:87.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:446.75999999999999;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:69.390000000000001;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:858;s:14:\"totalNetCharge\";d:411.74000000000001;s:19:\"totalNetFedExCharge\";d:411.74000000000001;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:77.120000000000005;s:20:\"totalFreightDiscount\";d:523.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:85.799999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:437.57999999999998;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:67.969999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:586;s:14:\"totalNetCharge\";d:319.42000000000002;s:19:\"totalNetFedExCharge\";d:319.42000000000002;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:61.579999999999998;s:20:\"totalFreightDiscount\";d:328.16000000000003;s:15:\"freightDiscount\";a: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.600000000000001;s:7:\"percent\";d: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.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:52.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:458;s:14:\"totalNetCharge\";d:251.69;s:19:\"totalNetFedExCharge\";d:251.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:50.170000000000002;s:20:\"totalFreightDiscount\";d:256.48000000000002;s:15:\"freightDiscount\";a: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.799999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:210.68000000000001;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:41.020000000000003;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:424.27999999999997;s:14:\"totalNetCharge\";d:237.28;s:19:\"totalNetFedExCharge\";d:237.28;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:50.590000000000003;s:20:\"totalFreightDiscount\";d:237.59;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:42.43;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:195.16;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:38.439999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100;}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:111.51000000000001;s:14:\"totalNetCharge\";d:65.230000000000004;s:19:\"totalNetFedExCharge\";d:65.230000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:18.859999999999999;s:20:\"totalFreightDiscount\";d:65.140000000000001;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:52.880000000000003;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:12.26;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.8599999999999994;}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:9;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99.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:100;}}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:32.840000000000003;s:10:\"netFreight\";d:14.119999999999999;s:15:\"totalSurcharges\";d:5.7000000000000002;s:14:\"netFedExCharge\";d:19.82;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.82;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:18.719999999999999;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.6099999999999999;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:15.109999999999999;s:7:\"percent\";d:46;}}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;}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: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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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:\"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-28\";s:7:\"encoded\";b:0;}}','off'),(343734,'_transient_timeout_fedex_quote_f54293b6ac4cd957d0c73bfc87055c9b','1767543534','off'),(343735,'_transient_fedex_quote_f54293b6ac4cd957d0c73bfc87055c9b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"67a1bd8b-a712-453e-bbd9-a9414eed53f3\";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:130.22;s:14:\"totalNetCharge\";d:77.439999999999998;s:19:\"totalNetFedExCharge\";d:77.439999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:21;s:20:\"totalFreightDiscount\";d:73.780000000000001;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:60.18;s:7:\"percent\";d:45.25;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:13.6;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:12;}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:9;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:107;}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:108;}}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:32.840000000000003;s:10:\"netFreight\";d:14.119999999999999;s:15:\"totalSurcharges\";d:5.7000000000000002;s:14:\"netFedExCharge\";d:19.82;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.82;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:18.719999999999999;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.6099999999999999;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:15.109999999999999;s:7:\"percent\";d:46;}}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;}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: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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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: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.710000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1400000000000001;s:14:\"netFedExCharge\";d:12.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.210000000000001;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.1400000000000001;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343738,'_transient_timeout_fedex_quote_814608506d24127ace987fd2e964d327','1767543540','off'),(343739,'_transient_fedex_quote_814608506d24127ace987fd2e964d327','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7b97c04b-1a67-45cc-b507-49b7df54944c\";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:1143.1300000000001;s:14:\"totalNetCharge\";d:1393.4100000000001;s:19:\"totalNetFedExCharge\";d:1393.4100000000001;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:250.28;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:232.13;}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;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:1050.1300000000001;s:14:\"totalNetCharge\";d:505.25999999999999;s:19:\"totalNetFedExCharge\";d:505.25999999999999;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:95.719999999999999;s:20:\"totalFreightDiscount\";d:640.59000000000003;s:15:\"freightDiscount\";a: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.02;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:535.57000000000005;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.569999999999993;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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:990.35000000000002;s:14:\"totalNetCharge\";d:477.23000000000002;s:19:\"totalNetFedExCharge\";d:477.23000000000002;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;s:20:\"totalFreightDiscount\";d:604.12;s:15:\"freightDiscount\";a: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.040000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:505.07999999999998;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:78.849999999999994;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:666.74000000000001;s:14:\"totalNetCharge\";d:365.55000000000001;s:19:\"totalNetFedExCharge\";d:365.55000000000001;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:72.189999999999998;s:20:\"totalFreightDiscount\";d:373.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:66.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:306.69999999999999;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:60.039999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}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:\"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: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:542.89999999999998;s:14:\"totalNetCharge\";d:300.02999999999997;s:19:\"totalNetFedExCharge\";d:300.02999999999997;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:61.159999999999997;s:20:\"totalFreightDiscount\";d:304.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:54.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:249.74000000000001;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:49.009999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:421.45999999999998;s:14:\"totalNetCharge\";d:235.80000000000001;s:19:\"totalNetFedExCharge\";d:235.80000000000001;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:50.340000000000003;s:20:\"totalFreightDiscount\";d:236;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:42.140000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:193.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:38.189999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}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\":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:109.89;s:14:\"totalNetCharge\";d:64.439999999999998;s:19:\"totalNetFedExCharge\";d:64.439999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:18.719999999999999;s:20:\"totalFreightDiscount\";d:64.170000000000002;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:52.090000000000003;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:12.08;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.7200000000000006;}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:9;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97.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: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:32.840000000000003;s:10:\"netFreight\";d:14.119999999999999;s:15:\"totalSurcharges\";d:5.7000000000000002;s:14:\"netFedExCharge\";d:19.82;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.82;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:18.719999999999999;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.6099999999999999;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:15.109999999999999;s:7:\"percent\";d:46;}}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;}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: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:7.2999999999999998;s:14:\"netFedExCharge\";d:24.710000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.710000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.200000000000003;}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.7000000000000002;}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: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:34.590000000000003;s:10:\"netFreight\";d:14.19;s:15:\"totalSurcharges\";d:5.7199999999999998;s:14:\"netFedExCharge\";d:19.91;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.91;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:20.399999999999999;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.600000000000001;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.7999999999999998;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.02;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343744,'_transient_timeout_fedex_quote_464739b64ea8a4fb9cf422915ebc4651','1767543737','off'),(343745,'_transient_fedex_quote_464739b64ea8a4fb9cf422915ebc4651','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"c6ccbaf4-498d-4021-bc34-a86d79daed45\";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:2584.9499999999998;s:14:\"totalNetCharge\";d:3141.1700000000001;s:19:\"totalNetFedExCharge\";d:3141.1700000000001;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:556.22000000000003;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:523.66999999999996;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:2496.5999999999999;s:14:\"totalNetCharge\";d:1191;s:19:\"totalNetFedExCharge\";d:1191;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:217.33000000000001;s:20:\"totalFreightDiscount\";d:1522.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:249.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:1273.27;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:197.38;}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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:2445.3000000000002;s:14:\"totalNetCharge\";d:1166.95;s:19:\"totalNetFedExCharge\";d:1166.95;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:213.28;s:20:\"totalFreightDiscount\";d:1491.6300000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:244.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:1247.0999999999999;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:193.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:18.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:1670.0999999999999;s:14:\"totalNetCharge\";d:903.80999999999995;s:19:\"totalNetFedExCharge\";d:903.80999999999995;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:168.97;s:20:\"totalFreightDiscount\";d:935.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:167.00999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:768.25;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:149.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:18.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:1305.3;s:14:\"totalNetCharge\";d:710.78999999999996;s:19:\"totalNetFedExCharge\";d:710.78999999999996;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:136.46000000000001;s:20:\"totalFreightDiscount\";d:730.97000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:130.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:600.44000000000005;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:116.51000000000001;}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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:1157.0999999999999;s:14:\"totalNetCharge\";d:632.38;s:19:\"totalNetFedExCharge\";d:632.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:123.26000000000001;s:20:\"totalFreightDiscount\";d:647.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:115.70999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:532.26999999999998;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:103.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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}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:286.62;s:14:\"totalNetCharge\";d:198.16;s:19:\"totalNetFedExCharge\";d:198.16;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:57.719999999999999;s:20:\"totalFreightDiscount\";d:146.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:114.65000000000001;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:31.530000000000001;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.82;}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:27.899999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:285;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:225.19999999999999;s:10:\"netFreight\";d:110.40000000000001;s:15:\"totalSurcharges\";d:45.039999999999999;s:14:\"netFedExCharge\";d:155.44;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:155.44;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:114.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:24.719999999999999;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:90.079999999999998;s:7:\"percent\";d:40;}}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:23.440000000000001;}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:21.600000000000001;}}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:38.210000000000001;s:10:\"netFreight\";d:18.73;s:15:\"totalSurcharges\";d:7.5800000000000001;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:37.5;}s:21:\"totalFreightDiscounts\";d:19.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:15.279999999999999;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:4.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:3.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:3.6000000000000001;}}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:23.210000000000001;s:10:\"netFreight\";d:11.31;s:15:\"totalSurcharges\";d:5.0999999999999996;s:14:\"netFedExCharge\";d:16.41;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.41;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:11.9;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.2899999999999991;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.6099999999999999;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.3999999999999999;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343747,'_transient_timeout_fedex_quote_c07dec9a8e7f3bee3b7a632a4b1fc626','1767543744','off'),(343748,'_transient_fedex_quote_c07dec9a8e7f3bee3b7a632a4b1fc626','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5a2fc435-8b26-4e47-ba6f-c7ce0afdaee5\";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:2430.7600000000002;s:14:\"totalNetCharge\";d:2954.25;s:19:\"totalNetFedExCharge\";d:2954.25;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:523.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:492.44;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:2347.6799999999998;s:14:\"totalNetCharge\";d:1120.26;s:19:\"totalNetFedExCharge\";d:1120.26;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:204.66999999999999;s:20:\"totalFreightDiscount\";d:1432.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:234.77000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1197.3199999999999;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:185.62;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:2299.4400000000001;s:14:\"totalNetCharge\";d:1097.6500000000001;s:19:\"totalNetFedExCharge\";d:1097.6500000000001;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:200.86000000000001;s:20:\"totalFreightDiscount\";d:1402.6500000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:229.94;s:7:\"percent\";d: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.71;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:181.81;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:1570.48;s:14:\"totalNetCharge\";d:850.20000000000005;s:19:\"totalNetFedExCharge\";d:850.20000000000005;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:159.19;s:20:\"totalFreightDiscount\";d:879.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:157.05000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:722.41999999999996;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:140.13999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:1227.4400000000001;s:14:\"totalNetCharge\";d:668.71000000000004;s:19:\"totalNetFedExCharge\";d:668.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:128.63;s:20:\"totalFreightDiscount\";d:687.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:122.73999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:564.62;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:109.58;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:1088.0799999999999;s:14:\"totalNetCharge\";d:594.96000000000004;s:19:\"totalNetFedExCharge\";d:594.96000000000004;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.20999999999999;s:20:\"totalFreightDiscount\";d:609.33000000000004;s:15:\"freightDiscount\";a: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.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:500.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:97.159999999999997;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:268;}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:308.55000000000001;s:14:\"totalNetCharge\";d:184.15000000000001;s:19:\"totalNetFedExCharge\";d:184.15000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:53.060000000000002;s:20:\"totalFreightDiscount\";d:177.46000000000001;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:143.53999999999999;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.920000000000002;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.859999999999999;}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:25.199999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:267.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:268;}}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:229.88;s:10:\"netFreight\";d:98.840000000000003;s:15:\"totalSurcharges\";d:39.899999999999999;s:14:\"netFedExCharge\";d:138.74000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:138.74000000000001;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:131.03999999999999;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:25.27;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.77;s:7:\"percent\";d:46;}}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;}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:18.899999999999999;}}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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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:\"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-28\";s:7:\"encoded\";b:0;}}','off'),(343749,'_transient_timeout_fedex_quote_11f28f0ed8fc779f01e56bf016613548','1767543745','off');
INSERT INTO `wp_options` VALUES (343750,'_transient_fedex_quote_11f28f0ed8fc779f01e56bf016613548','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"3044cea4-082d-4560-8eec-9757949ab174\";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:277.56999999999999;s:14:\"totalNetCharge\";d:190.09;s:19:\"totalNetFedExCharge\";d:190.09;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:54.079999999999998;s:20:\"totalFreightDiscount\";d:141.56;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:111.03;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:30.530000000000001;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:28.879999999999999;}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:25.199999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:276;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:197.05000000000001;s:10:\"netFreight\";d:96.599999999999994;s:15:\"totalSurcharges\";d:39.409999999999997;s:14:\"netFedExCharge\";d:136.00999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:136.00999999999999;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:100.45;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:21.629999999999999;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:78.819999999999993;s:7:\"percent\";d:40;}}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:20.510000000000002;}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:18.899999999999999;}}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:34.189999999999998;s:10:\"netFreight\";d:16.760000000000002;s:15:\"totalSurcharges\";d:6.2599999999999998;s:14:\"netFedExCharge\";d:23.02;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.02;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:17.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:13.67;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.7599999999999998;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.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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:38.210000000000001;s:10:\"netFreight\";d:18.73;s:15:\"totalSurcharges\";d:7.5800000000000001;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:37.5;}s:21:\"totalFreightDiscounts\";d:19.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:15.279999999999999;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:4.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:3.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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:8.1199999999999992;s:10:\"netFreight\";d:3.9199999999999999;s:15:\"totalSurcharges\";d:0.82999999999999996;s:14:\"netFedExCharge\";d:4.75;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:4.75;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:4.2000000000000002;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.93999999999999995;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:3.2599999999999998;s:7:\"percent\";d:40;}}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:0.82999999999999996;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343754,'_transient_timeout_fedex_quote_a690401aab49b41bbc38a65face22aba','1767543772','off'),(343755,'_transient_fedex_quote_a690401aab49b41bbc38a65face22aba','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d558b01b-8200-40e6-b6ad-59b15323dcdb\";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:727.27999999999997;s:14:\"totalNetCharge\";d:887.58000000000004;s:19:\"totalNetFedExCharge\";d:887.58000000000004;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:160.30000000000001;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:147.69999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:320.82999999999998;s:19:\"totalNetFedExCharge\";d:320.82999999999998;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:61.369999999999997;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:52.969999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:307.13;s:19:\"totalNetFedExCharge\";d:307.13;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:59.060000000000002;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:50.659999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:221.02000000000001;s:19:\"totalNetFedExCharge\";d:221.02000000000001;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:44.560000000000002;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:36.159999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:187.80000000000001;s:19:\"totalNetFedExCharge\";d:187.80000000000001;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:38.960000000000001;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:30.559999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:147.66;s:19:\"totalNetFedExCharge\";d:147.66;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:32.210000000000001;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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:23.809999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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:68.489999999999995;s:14:\"totalNetCharge\";d:41.020000000000003;s:19:\"totalNetFedExCharge\";d:41.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:39.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:32.329999999999998;s:7:\"percent\";d:47;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5300000000000002;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.0899999999999999;}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:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:4.5300000000000002;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:19.77;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:3.5899999999999999;}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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343756,'_transient_timeout_fedex_quote_3c0b3105681b775a4523483a58102ced','1767543794','off'),(343757,'_transient_fedex_quote_3c0b3105681b775a4523483a58102ced','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"257639b4-1600-4d20-b7f0-6bb7c99a6ddd\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343758,'_transient_timeout_fedex_address_validation_0c2ee80b58fce307f5a4bdfb8b125242','1767543796','off'),(343759,'_transient_fedex_address_validation_0c2ee80b58fce307f5a4bdfb8b125242','UNKNOWN','off'),(343760,'_transient_timeout_fedex_quote_202d9c57bbbc51332c8a0a9bb70d2f20','1767543797','off'),(343761,'_transient_fedex_quote_202d9c57bbbc51332c8a0a9bb70d2f20','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"397a8023-4c04-42f8-afef-7b505948e1ad\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343763,'_transient_timeout_fedex_quote_d2a047d127f60051951899ca0da34d0c','1767543801','off'),(343764,'_transient_fedex_quote_d2a047d127f60051951899ca0da34d0c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"20148991-15e4-4580-84a6-db86f25567ae\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343765,'_transient_timeout_fedex_address_validation_dc9b0c5a7e334bfe0fa51ab37272b371','1767543817','off'),(343766,'_transient_fedex_address_validation_dc9b0c5a7e334bfe0fa51ab37272b371','UNKNOWN','off'),(343767,'_transient_timeout_fedex_address_validation_ba111c4888a8abbf0a58a80c22974d4c','1774715018','off'),(343768,'_transient_fedex_address_validation_ba111c4888a8abbf0a58a80c22974d4c','BUSINESS','off'),(343769,'_transient_timeout_fedex_quote_a94abb6eea747867683ab7d5e3bdbc61','1767543818','off'),(343770,'_transient_fedex_quote_a94abb6eea747867683ab7d5e3bdbc61','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"3eba4bd3-7009-47e2-9ade-896e03b8ac4d\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343771,'_transient_timeout_fedex_quote_80c86c17f9531d14b1433b372ec84d70','1767543819','off'),(343772,'_transient_fedex_quote_80c86c17f9531d14b1433b372ec84d70','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7bfecc8c-6a57-4455-83f7-fcf33f873832\";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:727.27999999999997;s:14:\"totalNetCharge\";d:887.58000000000004;s:19:\"totalNetFedExCharge\";d:887.58000000000004;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:160.30000000000001;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:147.69999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:320.82999999999998;s:19:\"totalNetFedExCharge\";d:320.82999999999998;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:61.369999999999997;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:52.969999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:307.13;s:19:\"totalNetFedExCharge\";d:307.13;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:59.060000000000002;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:50.659999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:221.02000000000001;s:19:\"totalNetFedExCharge\";d:221.02000000000001;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:44.560000000000002;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:36.159999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:187.80000000000001;s:19:\"totalNetFedExCharge\";d:187.80000000000001;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:38.960000000000001;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:30.559999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:147.66;s:19:\"totalNetFedExCharge\";d:147.66;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:32.210000000000001;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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:23.809999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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:68.489999999999995;s:14:\"totalNetCharge\";d:41.020000000000003;s:19:\"totalNetFedExCharge\";d:41.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:39.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:32.329999999999998;s:7:\"percent\";d:47;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5300000000000002;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.0899999999999999;}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:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:4.5300000000000002;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:19.77;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:3.5899999999999999;}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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343773,'_transient_timeout_fedex_quote_188785c2c1862500936daeff513da15e','1767543819','off'),(343774,'_transient_fedex_quote_188785c2c1862500936daeff513da15e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"1f18214d-b63e-4a12-9eb2-d75fd618d052\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343778,'_transient_timeout_fedex_quote_a7adb810fe9ef6bca81a60c163600bff','1767543820','off'),(343779,'_transient_fedex_quote_a7adb810fe9ef6bca81a60c163600bff','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8c3594e2-6e5d-4b40-b4cc-10e5c9c1e8ff\";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:727.27999999999997;s:14:\"totalNetCharge\";d:887.58000000000004;s:19:\"totalNetFedExCharge\";d:887.58000000000004;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:160.30000000000001;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:147.69999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:320.82999999999998;s:19:\"totalNetFedExCharge\";d:320.82999999999998;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:61.369999999999997;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:52.969999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:307.13;s:19:\"totalNetFedExCharge\";d:307.13;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:59.060000000000002;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:50.659999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:221.02000000000001;s:19:\"totalNetFedExCharge\";d:221.02000000000001;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:44.560000000000002;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:36.159999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:187.80000000000001;s:19:\"totalNetFedExCharge\";d:187.80000000000001;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:38.960000000000001;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:30.559999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:147.66;s:19:\"totalNetFedExCharge\";d:147.66;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:32.210000000000001;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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:23.809999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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:68.489999999999995;s:14:\"totalNetCharge\";d:41.020000000000003;s:19:\"totalNetFedExCharge\";d:41.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:39.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:32.329999999999998;s:7:\"percent\";d:47;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5300000000000002;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.0899999999999999;}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:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:4.5300000000000002;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:19.77;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:3.5899999999999999;}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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343780,'_transient_timeout_fedex_quote_8fcb4f3e62cb4f4e4823e24d441fd373','1767543823','off'),(343781,'_transient_fedex_quote_8fcb4f3e62cb4f4e4823e24d441fd373','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b420206e-f6ec-408e-a762-7a14351fa0f5\";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:727.27999999999997;s:14:\"totalNetCharge\";d:887.58000000000004;s:19:\"totalNetFedExCharge\";d:887.58000000000004;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:160.30000000000001;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:147.69999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:320.82999999999998;s:19:\"totalNetFedExCharge\";d:320.82999999999998;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:61.369999999999997;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:52.969999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:307.13;s:19:\"totalNetFedExCharge\";d:307.13;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:59.060000000000002;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:50.659999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:221.02000000000001;s:19:\"totalNetFedExCharge\";d:221.02000000000001;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:44.560000000000002;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:36.159999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:187.80000000000001;s:19:\"totalNetFedExCharge\";d:187.80000000000001;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:38.960000000000001;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:30.559999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:147.66;s:19:\"totalNetFedExCharge\";d:147.66;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:32.210000000000001;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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:23.809999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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:68.489999999999995;s:14:\"totalNetCharge\";d:41.020000000000003;s:19:\"totalNetFedExCharge\";d:41.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:39.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:32.329999999999998;s:7:\"percent\";d:47;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5300000000000002;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.0899999999999999;}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:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:4.5300000000000002;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:19.77;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:3.5899999999999999;}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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343782,'_transient_timeout_fedex_quote_6ce676313273766e45dea9b83134ba3e','1767543824','off'),(343783,'_transient_fedex_quote_6ce676313273766e45dea9b83134ba3e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5f70f0ea-dacd-4b51-9c04-126627d91f34\";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:727.27999999999997;s:14:\"totalNetCharge\";d:887.58000000000004;s:19:\"totalNetFedExCharge\";d:887.58000000000004;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:160.30000000000001;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:147.69999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:320.82999999999998;s:19:\"totalNetFedExCharge\";d:320.82999999999998;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:61.369999999999997;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:52.969999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:307.13;s:19:\"totalNetFedExCharge\";d:307.13;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:59.060000000000002;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:50.659999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:221.02000000000001;s:19:\"totalNetFedExCharge\";d:221.02000000000001;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:44.560000000000002;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:36.159999999999997;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:187.80000000000001;s:19:\"totalNetFedExCharge\";d:187.80000000000001;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:38.960000000000001;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:30.559999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:147.66;s:19:\"totalNetFedExCharge\";d:147.66;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:32.210000000000001;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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:23.809999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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:68.489999999999995;s:14:\"totalNetCharge\";d:41.020000000000003;s:19:\"totalNetFedExCharge\";d:41.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:39.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:32.329999999999998;s:7:\"percent\";d:47;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5300000000000002;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.0899999999999999;}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:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:4.5300000000000002;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:19.77;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:3.5899999999999999;}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:27.309999999999999;s:10:\"netFreight\";d:11.75;s:15:\"totalSurcharges\";d:5.2000000000000002;s:14:\"netFedExCharge\";d:16.949999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.949999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:15.56;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.56;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;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.5;}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-28\";s:7:\"encoded\";b:0;}}','off'),(343785,'_transient_timeout_fedex_quote_8e44c7dac63df30ae49b5105ec78e907','1767543898','off'),(343786,'_transient_fedex_quote_8e44c7dac63df30ae49b5105ec78e907','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"daf54844-6866-4fbf-b955-95c67f32ac1b\";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:727.27999999999997;s:14:\"totalNetCharge\";d:903.33000000000004;s:19:\"totalNetFedExCharge\";d:903.33000000000004;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:176.05000000000001;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:150.34999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}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: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:665.27999999999997;s:14:\"totalNetCharge\";d:328.70999999999998;s:19:\"totalNetFedExCharge\";d:328.70999999999998;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:69.25;s:20:\"totalFreightDiscount\";d:405.81999999999999;s:15:\"freightDiscount\";a: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.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:339.29000000000002;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:54.289999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}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: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.12;s:14:\"totalNetCharge\";d:315.01999999999998;s:19:\"totalNetFedExCharge\";d:315.01999999999998;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:66.950000000000003;s:20:\"totalFreightDiscount\";d:388.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:63.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:324.43000000000001;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:51.990000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}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: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:401.04000000000002;s:14:\"totalNetCharge\";d:228.91;s:19:\"totalNetFedExCharge\";d:228.91;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:52.450000000000003;s:20:\"totalFreightDiscount\";d:224.58000000000001;s:15:\"freightDiscount\";a: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.100000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:184.47999999999999;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:37.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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:\"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: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:338.25;s:14:\"totalNetCharge\";d:195.69999999999999;s:19:\"totalNetFedExCharge\";d:195.69999999999999;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:46.859999999999999;s:20:\"totalFreightDiscount\";d:189.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:33.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:155.59;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:31.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}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: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:262.38999999999999;s:14:\"totalNetCharge\";d:155.53999999999999;s:19:\"totalNetFedExCharge\";d:155.53999999999999;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:40.090000000000003;s:20:\"totalFreightDiscount\";d:146.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:26.239999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:120.7;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.129999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:61;}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\":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.489999999999995;s:14:\"totalNetCharge\";d:51.189999999999998;s:19:\"totalNetFedExCharge\";d:51.189999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.91;s:20:\"totalFreightDiscount\";d:38.210000000000001;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:30.68;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:7.5300000000000002;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.8700000000000001;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.399999999999999;}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:61;}}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:41.18;s:10:\"netFreight\";d:17.710000000000001;s:15:\"totalSurcharges\";d:11.449999999999999;s:14:\"netFedExCharge\";d:29.16;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.16;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:23.469999999999999;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:4.5300000000000002;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:18.940000000000001;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:4.4800000000000004;}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.40000000000000002;}}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.309999999999999;s:10:\"netFreight\";d:12.57;s:15:\"totalSurcharges\";d:9.4600000000000009;s:14:\"netFedExCharge\";d:22.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.030000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.899999999999999;}s:21:\"totalFreightDiscounts\";d:14.74;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.74;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:3;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.3900000000000001;}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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343790,'_transient_timeout_fedex_quote_8f0f4e1b25669c14414b8f58979e3040','1767543924','off'),(343791,'_transient_fedex_quote_8f0f4e1b25669c14414b8f58979e3040','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"de28b079-e785-4196-8cf8-0cae03d2479e\";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:2176.8000000000002;s:14:\"totalNetCharge\";d:2645.8600000000001;s:19:\"totalNetFedExCharge\";d:2645.8600000000001;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:469.06;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:441.00999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:27;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:2102.4000000000001;s:14:\"totalNetCharge\";d:1003.4400000000001;s:19:\"totalNetFedExCharge\";d:1003.4400000000001;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:183.5;s:20:\"totalFreightDiscount\";d:1282.46;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:210.24000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1072.22;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:166.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:16.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:2059.1999999999998;s:14:\"totalNetCharge\";d:983.17999999999995;s:19:\"totalNetFedExCharge\";d:983.17999999999995;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:180.09;s:20:\"totalFreightDiscount\";d:1256.1099999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:205.91999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1050.1900000000001;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:162.84;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:1406.4000000000001;s:14:\"totalNetCharge\";d:761.59000000000003;s:19:\"totalNetFedExCharge\";d:761.59000000000003;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.77000000000001;s:20:\"totalFreightDiscount\";d:787.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:140.63999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:646.94000000000005;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:125.52;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:1099.2;s:14:\"totalNetCharge\";d:599.04999999999995;s:19:\"totalNetFedExCharge\";d:599.04999999999995;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:115.40000000000001;s:20:\"totalFreightDiscount\";d:615.54999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.92;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:505.63;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:98.150000000000006;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:974.39999999999998;s:14:\"totalNetCharge\";d:533.01999999999998;s:19:\"totalNetFedExCharge\";d:533.01999999999998;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:104.28;s:20:\"totalFreightDiscount\";d:545.65999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:97.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:448.22000000000003;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:87.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:240;}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:275.70999999999998;s:14:\"totalNetCharge\";d:164.33000000000001;s:19:\"totalNetFedExCharge\";d:164.33000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:47.359999999999999;s:20:\"totalFreightDiscount\";d:158.74000000000001;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:128.43000000000001;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:30.309999999999999;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:24.859999999999999;}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:22.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:239.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:240;}}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:197.03999999999999;s:10:\"netFreight\";d:84.719999999999999;s:15:\"totalSurcharges\";d:34.200000000000003;s:14:\"netFedExCharge\";d:118.92;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.92;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:112.31999999999999;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:21.66;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:90.659999999999997;s:7:\"percent\";d:46;}}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;}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: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:37.490000000000002;s:10:\"netFreight\";d:15.369999999999999;s:15:\"totalSurcharges\";d:5.9699999999999998;s:14:\"netFedExCharge\";d:21.34;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.34;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.120000000000001;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;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.1200000000000001;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.27;}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:41.18;s:10:\"netFreight\";d:16.879999999999999;s:15:\"totalSurcharges\";d:7.1900000000000004;s:14:\"netFedExCharge\";d:24.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.07;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:24.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:19.77;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.5300000000000002;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.5899999999999999;}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:\"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-28\";s:7:\"encoded\";b:0;}}','off'),(343792,'_transient_timeout_fedex_quote_e2610e57138ef86d5ef1fa46cc86c469','1767543925','off'),(343793,'_transient_fedex_quote_e2610e57138ef86d5ef1fa46cc86c469','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0bf7caa9-faa3-403d-ae27-4a9cb1dbe494\";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:249.41;s:14:\"totalNetCharge\";d:170.66;s:19:\"totalNetFedExCharge\";d:170.66;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:48.450000000000003;s:20:\"totalFreightDiscount\";d:127.2;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.760000000000005;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:27.440000000000001;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:25.949999999999999;}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:22.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:248;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:168.90000000000001;s:10:\"netFreight\";d:82.799999999999997;s:15:\"totalSurcharges\";d:33.780000000000001;s:14:\"netFedExCharge\";d:116.58;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.58;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:86.099999999999994;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:18.539999999999999;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:67.560000000000002;s:7:\"percent\";d:40;}}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:17.579999999999998;}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: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:34.189999999999998;s:10:\"netFreight\";d:16.760000000000002;s:15:\"totalSurcharges\";d:6.2599999999999998;s:14:\"netFedExCharge\";d:23.02;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.02;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.600000000000001;}s:21:\"totalFreightDiscounts\";d:17.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:13.67;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.7599999999999998;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.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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:38.210000000000001;s:10:\"netFreight\";d:18.73;s:15:\"totalSurcharges\";d:7.5800000000000001;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:37.5;}s:21:\"totalFreightDiscounts\";d:19.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:15.279999999999999;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:4.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:3.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: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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:8.1099999999999994;s:10:\"netFreight\";d:3.9199999999999999;s:15:\"totalSurcharges\";d:0.82999999999999996;s:14:\"netFedExCharge\";d:4.75;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:4.75;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:4.1900000000000004;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.93999999999999995;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:3.25;s:7:\"percent\";d:40;}}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:0.82999999999999996;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343795,'_transient_timeout_fedex_quote_a69c73f38233d926cc30396d6ffce39b','1767543931','off'),(343796,'_transient_fedex_quote_a69c73f38233d926cc30396d6ffce39b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"842212d7-571a-40cc-b253-2a5aa5045d27\";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:1696.0899999999999;s:14:\"totalNetCharge\";d:2060.3099999999999;s:19:\"totalNetFedExCharge\";d:2060.3099999999999;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:364.22000000000003;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:343.67000000000002;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1638.1199999999999;s:14:\"totalNetCharge\";d:781.20000000000005;s:19:\"totalNetFedExCharge\";d:781.20000000000005;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.33000000000001;s:20:\"totalFreightDiscount\";d:999.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:163.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:835.44000000000005;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:129.58000000000001;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1604.46;s:14:\"totalNetCharge\";d:765.40999999999997;s:19:\"totalNetFedExCharge\";d:765.40999999999997;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:139.66999999999999;s:20:\"totalFreightDiscount\";d:978.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:160.44999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:818.26999999999998;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:126.92;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1095.8199999999999;s:14:\"totalNetCharge\";d:592.75999999999999;s:19:\"totalNetFedExCharge\";d:592.75999999999999;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.59999999999999;s:20:\"totalFreightDiscount\";d:613.65999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.58;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:504.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:97.849999999999994;}i:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:856.46000000000004;s:14:\"totalNetCharge\";d:466.11000000000001;s:19:\"totalNetFedExCharge\";d:466.11000000000001;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.269999999999996;s:20:\"totalFreightDiscount\";d:479.62;s:15:\"freightDiscount\";a: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.650000000000006;s:7:\"percent\";d: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.97000000000003;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:76.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:11.699999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:828.88999999999999;s:14:\"totalNetCharge\";d:466.30000000000001;s:19:\"totalNetFedExCharge\";d:466.30000000000001;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:101.56999999999999;s:20:\"totalFreightDiscount\";d:464.16000000000003;s:15:\"freightDiscount\";a: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.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:381.26999999999998;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:75.319999999999993;}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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:7.3499999999999996;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:221.84999999999999;s:14:\"totalNetCharge\";d:135.75999999999999;s:19:\"totalNetFedExCharge\";d:135.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:39.380000000000003;s:20:\"totalFreightDiscount\";d:125.47;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.08;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.390000000000001;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:20.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:18.899999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:187;}}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:197.03999999999999;s:10:\"netFreight\";d:84.719999999999999;s:15:\"totalSurcharges\";d:34.200000000000003;s:14:\"netFedExCharge\";d:118.92;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.92;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:112.31999999999999;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:21.66;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:90.659999999999997;s:7:\"percent\";d:46;}}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;}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: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:24.809999999999999;s:10:\"netFreight\";d:11.66;s:15:\"totalSurcharges\";d:5.1799999999999997;s:14:\"netFedExCharge\";d:16.84;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.84;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:13.15;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.42;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.73;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.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: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-28\";s:7:\"encoded\";b:0;}}','off'),(343797,'_transient_timeout_fedex_quote_ecb9720d0f9ba173879dfda78c45f87b','1767543947','off'),(343798,'_transient_fedex_quote_ecb9720d0f9ba173879dfda78c45f87b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b88a252b-28eb-4d17-9703-beb643a75cfc\";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:1696.0899999999999;s:14:\"totalNetCharge\";d:2061.8099999999999;s:19:\"totalNetFedExCharge\";d:2061.8099999999999;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:365.72000000000003;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:343.67000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1638.1199999999999;s:14:\"totalNetCharge\";d:782.10000000000002;s:19:\"totalNetFedExCharge\";d:782.10000000000002;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:143.22999999999999;s:20:\"totalFreightDiscount\";d:999.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:163.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:835.44000000000005;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:129.58000000000001;}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.6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1604.46;s:14:\"totalNetCharge\";d:766.30999999999995;s:19:\"totalNetFedExCharge\";d:766.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:140.56999999999999;s:20:\"totalFreightDiscount\";d:978.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:160.44999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:818.26999999999998;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:126.92;}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.6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1095.8199999999999;s:14:\"totalNetCharge\";d:593.65999999999997;s:19:\"totalNetFedExCharge\";d:593.65999999999997;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:111.5;s:20:\"totalFreightDiscount\";d:613.65999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.58;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:504.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:97.849999999999994;}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.6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:856.46000000000004;s:14:\"totalNetCharge\";d:467.00999999999999;s:19:\"totalNetFedExCharge\";d:467.00999999999999;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.170000000000002;s:20:\"totalFreightDiscount\";d:479.62;s:15:\"freightDiscount\";a: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.650000000000006;s:7:\"percent\";d: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.97000000000003;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:76.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:12.6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:828.88999999999999;s:14:\"totalNetCharge\";d:466.30000000000001;s:19:\"totalNetFedExCharge\";d:466.30000000000001;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:101.56999999999999;s:20:\"totalFreightDiscount\";d:464.16000000000003;s:15:\"freightDiscount\";a: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.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:381.26999999999998;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:75.319999999999993;}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.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:7.3499999999999996;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:221.84999999999999;s:14:\"totalNetCharge\";d:135.75999999999999;s:19:\"totalNetFedExCharge\";d:135.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:39.380000000000003;s:20:\"totalFreightDiscount\";d:125.47;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.08;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.390000000000001;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:20.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:18.899999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:187;}}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:197.03999999999999;s:10:\"netFreight\";d:84.719999999999999;s:15:\"totalSurcharges\";d:34.200000000000003;s:14:\"netFedExCharge\";d:118.92;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.92;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:112.31999999999999;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:21.66;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:90.659999999999997;s:7:\"percent\";d:46;}}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;}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: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:24.809999999999999;s:10:\"netFreight\";d:11.66;s:15:\"totalSurcharges\";d:5.1799999999999997;s:14:\"netFedExCharge\";d:16.84;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.84;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:13.15;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.42;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.73;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.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: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-28\";s:7:\"encoded\";b:0;}}','off'),(343799,'_transient_timeout_fedex_quote_8fb785dd0dc5c7ba4d5ca5aee8060485','1767543954','off'),(343800,'_transient_fedex_quote_8fb785dd0dc5c7ba4d5ca5aee8060485','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6b8a55cb-a525-40fe-861e-93f6bf748534\";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:1696.0899999999999;s:14:\"totalNetCharge\";d:2116.9499999999998;s:19:\"totalNetFedExCharge\";d:2116.9499999999998;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:420.86000000000001;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:45.850000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:352.95999999999998;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1638.1199999999999;s:14:\"totalNetCharge\";d:809.67999999999995;s:19:\"totalNetFedExCharge\";d:809.67999999999995;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:170.81;s:20:\"totalFreightDiscount\";d:999.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:163.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:835.44000000000005;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:134.22999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1604.46;s:14:\"totalNetCharge\";d:793.88999999999999;s:19:\"totalNetFedExCharge\";d:793.88999999999999;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:168.15000000000001;s:20:\"totalFreightDiscount\";d:978.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:160.44999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:818.26999999999998;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:131.56999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1095.8199999999999;s:14:\"totalNetCharge\";d:621.23000000000002;s:19:\"totalNetFedExCharge\";d:621.23000000000002;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:139.06999999999999;s:20:\"totalFreightDiscount\";d:613.65999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.58;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:504.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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:102.48999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:856.46000000000004;s:14:\"totalNetCharge\";d:494.58999999999997;s:19:\"totalNetFedExCharge\";d:494.58999999999997;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.75;s:20:\"totalFreightDiscount\";d:479.62;s:15:\"freightDiscount\";a: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.650000000000006;s:7:\"percent\";d: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.97000000000003;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:81.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:828.88999999999999;s:14:\"totalNetCharge\";d:493.94999999999999;s:19:\"totalNetFedExCharge\";d:493.94999999999999;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:129.22;s:20:\"totalFreightDiscount\";d:464.16000000000003;s:15:\"freightDiscount\";a: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.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:381.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:22.960000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:80.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:18.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:7.3499999999999996;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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: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:201.13999999999999;s:14:\"totalNetCharge\";d:166.97999999999999;s:19:\"totalNetFedExCharge\";d:166.97999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:68.430000000000007;s:20:\"totalFreightDiscount\";d:102.59;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.459999999999994;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:22.129999999999999;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:25.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:18.899999999999999;}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.7999999999999998;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:200;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:180.66;s:10:\"netFreight\";d:88.560000000000002;s:15:\"totalSurcharges\";d:59.520000000000003;s:14:\"netFedExCharge\";d:148.08000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:148.08000000000001;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:92.099999999999994;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.859999999999999;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:72.239999999999995;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:23.100000000000001;}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:17.82;}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:16.199999999999999;}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.3999999999999999;}}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:20.48;s:10:\"netFreight\";d:9.9900000000000002;s:15:\"totalSurcharges\";d:8.9100000000000001;s:14:\"netFedExCharge\";d:18.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.899999999999999;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:10.49;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:8.2200000000000006;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.27;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:2.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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343801,'_transient_timeout_fedex_quote_e6a9b6fcc301dd331563b43101deb1ca','1767543955','off'),(343802,'_transient_fedex_quote_e6a9b6fcc301dd331563b43101deb1ca','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e766396c-655c-474f-ae48-3bbe9743b8d9\";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:1696.0899999999999;s:14:\"totalNetCharge\";d:2115.4499999999998;s:19:\"totalNetFedExCharge\";d:2115.4499999999998;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:419.36000000000001;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:45.850000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:352.95999999999998;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1638.1199999999999;s:14:\"totalNetCharge\";d:808.77999999999997;s:19:\"totalNetFedExCharge\";d:808.77999999999997;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:169.91;s:20:\"totalFreightDiscount\";d:999.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:163.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:835.44000000000005;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:134.22999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1604.46;s:14:\"totalNetCharge\";d:792.99000000000001;s:19:\"totalNetFedExCharge\";d:792.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:167.25;s:20:\"totalFreightDiscount\";d:978.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:160.44999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:818.26999999999998;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:131.56999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:1095.8199999999999;s:14:\"totalNetCharge\";d:620.33000000000004;s:19:\"totalNetFedExCharge\";d:620.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.16999999999999;s:20:\"totalFreightDiscount\";d:613.65999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:109.58;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:504.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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:102.48999999999999;}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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:856.46000000000004;s:14:\"totalNetCharge\";d:493.69;s:19:\"totalNetFedExCharge\";d:493.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:116.84999999999999;s:20:\"totalFreightDiscount\";d:479.62;s:15:\"freightDiscount\";a: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.650000000000006;s:7:\"percent\";d: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.97000000000003;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:22.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:81.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: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:1.05;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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:828.88999999999999;s:14:\"totalNetCharge\";d:493.94999999999999;s:19:\"totalNetFedExCharge\";d:493.94999999999999;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:129.22;s:20:\"totalFreightDiscount\";d:464.16000000000003;s:15:\"freightDiscount\";a: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.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:381.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:22.960000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:80.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:18.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:7.3499999999999996;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:187;}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: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:201.13999999999999;s:14:\"totalNetCharge\";d:166.97999999999999;s:19:\"totalNetFedExCharge\";d:166.97999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:68.430000000000007;s:20:\"totalFreightDiscount\";d:102.59;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.459999999999994;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:22.129999999999999;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:25.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:18.899999999999999;}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.7999999999999998;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:200;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}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:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:180.66;s:10:\"netFreight\";d:88.560000000000002;s:15:\"totalSurcharges\";d:59.520000000000003;s:14:\"netFedExCharge\";d:148.08000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:148.08000000000001;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:92.099999999999994;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.859999999999999;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:72.239999999999995;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:23.100000000000001;}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:17.82;}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:16.199999999999999;}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.3999999999999999;}}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:20.48;s:10:\"netFreight\";d:9.9900000000000002;s:15:\"totalSurcharges\";d:8.9100000000000001;s:14:\"netFedExCharge\";d:18.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.899999999999999;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:10.49;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:8.2200000000000006;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.27;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:2.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.40000000000000002;}}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-28\";s:7:\"encoded\";b:0;}}','off'),(343833,'_transient_timeout_fedex_quote_3622baca57cb6a72f32e1e481e00d6af','1767547917','off'),(343834,'_transient_fedex_quote_3622baca57cb6a72f32e1e481e00d6af','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6328a859-d24c-4b4d-a06f-56d7f040168a\";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:476.06999999999999;s:14:\"totalNetCharge\";d:587.61000000000001;s:19:\"totalNetFedExCharge\";d:587.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:111.54000000000001;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:97.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:6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:476.06999999999999;s:10:\"netFreight\";d:476.06999999999999;s:15:\"totalSurcharges\";d:111.54000000000001;s:14:\"netFedExCharge\";d:587.61000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:587.61000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:97.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:6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:445.06999999999999;s:14:\"totalNetCharge\";d:217.52000000000001;s:19:\"totalNetFedExCharge\";d:217.52000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:43.950000000000003;s:20:\"totalFreightDiscount\";d:271.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:44.509999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:226.99000000000001;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:36.020000000000003;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:445.06999999999999;s:10:\"netFreight\";d:173.56999999999999;s:15:\"totalSurcharges\";d:43.950000000000003;s:14:\"netFedExCharge\";d:217.52000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:217.52000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:271.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:226.99000000000001;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:44.509999999999998;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:36.020000000000003;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:427.56;s:14:\"totalNetCharge\";d:209.31;s:19:\"totalNetFedExCharge\";d:209.31;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:42.57;s:20:\"totalFreightDiscount\";d:260.81999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:42.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:218.06;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:34.640000000000001;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:427.56;s:10:\"netFreight\";d:166.74000000000001;s:15:\"totalSurcharges\";d:42.57;s:14:\"netFedExCharge\";d:209.31;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:209.31;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:260.81999999999999;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:218.06;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:42.759999999999998;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:34.640000000000001;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:372.23000000000002;s:14:\"totalNetCharge\";d:205.75;s:19:\"totalNetFedExCharge\";d:205.75;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:41.969999999999999;s:20:\"totalFreightDiscount\";d:208.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:37.219999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:171.22999999999999;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:34.039999999999999;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:372.23000000000002;s:10:\"netFreight\";d:163.78;s:15:\"totalSurcharges\";d:41.969999999999999;s:14:\"netFedExCharge\";d:205.75;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:205.75;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:208.44999999999999;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:171.22999999999999;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:37.219999999999999;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:34.039999999999999;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:345.79000000000002;s:14:\"totalNetCharge\";d:191.77000000000001;s:19:\"totalNetFedExCharge\";d:191.77000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:39.619999999999997;s:20:\"totalFreightDiscount\";d:193.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: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.06;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:31.690000000000001;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:345.79000000000002;s:10:\"netFreight\";d:152.15000000000001;s:15:\"totalSurcharges\";d:39.619999999999997;s:14:\"netFedExCharge\";d:191.77000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:191.77000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:193.63999999999999;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:159.06;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:34.579999999999998;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:31.690000000000001;}i:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:280.00999999999999;s:14:\"totalNetCharge\";d:156.97;s:19:\"totalNetFedExCharge\";d:156.97;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:33.759999999999998;s:20:\"totalFreightDiscount\";d:156.80000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d: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:128.80000000000001;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:25.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:3.6000000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}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:280.00999999999999;s:10:\"netFreight\";d:123.20999999999999;s:15:\"totalSurcharges\";d:33.759999999999998;s:14:\"netFedExCharge\";d:156.97;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:156.97;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38;}s:21:\"totalFreightDiscounts\";d:156.80000000000001;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:128.80000000000001;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:28;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:25.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:3.6000000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:1.05;}}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:\"OAK\";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:70.659999999999997;s:14:\"totalNetCharge\";d:44.530000000000001;s:19:\"totalNetFedExCharge\";d:44.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:14.140000000000001;s:20:\"totalFreightDiscount\";d:40.270000000000003;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:32.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: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.1699999999999999;}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.40000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.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:38;}}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.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:14.140000000000001;s:14:\"netFedExCharge\";d:44.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.530000000000001;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:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;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:32.5;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.1699999999999999;}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.40000000000000002;}}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:\"OAK\";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-28\";s:7:\"encoded\";b:0;}}','off'),(343835,'_transient_timeout_fedex_quote_5c147ae4df15b861cbae04483fc20913','1767547918','off'),(343836,'_transient_fedex_quote_5c147ae4df15b861cbae04483fc20913','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b6586449-8cab-4f16-96aa-2585e590dc0a\";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:308.77999999999997;s:14:\"totalNetCharge\";d:384.94999999999999;s:19:\"totalNetFedExCharge\";d:384.94999999999999;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:76.170000000000002;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.069999999999993;}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:1.05;}}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:\"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:308.77999999999997;s:10:\"netFreight\";d:308.77999999999997;s:15:\"totalSurcharges\";d:76.170000000000002;s:14:\"netFedExCharge\";d:384.94999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:384.94999999999999;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:64.069999999999993;}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:1.05;}}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:\"OAK\";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:277.77999999999997;s:14:\"totalNetCharge\";d:138.16999999999999;s:19:\"totalNetFedExCharge\";d:138.16999999999999;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.84;s:20:\"totalFreightDiscount\";d:169.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:27.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:141.66999999999999;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.809999999999999;}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:1.05;}}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:\"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:277.77999999999997;s:10:\"netFreight\";d:108.33;s:15:\"totalSurcharges\";d:29.84;s:14:\"netFedExCharge\";d:138.16999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:138.16999999999999;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:169.44999999999999;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.66999999999999;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.780000000000001;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.809999999999999;}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:1.05;}}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:\"OAK\";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:257.63999999999999;s:14:\"totalNetCharge\";d:128.72999999999999;s:19:\"totalNetFedExCharge\";d:128.72999999999999;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:28.25;s:20:\"totalFreightDiscount\";d:157.16;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:25.760000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:131.40000000000001;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:21.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:1.05;}}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:\"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:257.63999999999999;s:10:\"netFreight\";d:100.48;s:15:\"totalSurcharges\";d:28.25;s:14:\"netFedExCharge\";d:128.72999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:128.72999999999999;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:157.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:131.40000000000001;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:25.760000000000002;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.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:1.05;}}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:\"OAK\";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:208.19;s:14:\"totalNetCharge\";d:118.06;s:19:\"totalNetFedExCharge\";d:118.06;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.460000000000001;s:20:\"totalFreightDiscount\";d:116.59;s:15:\"freightDiscount\";a: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.82;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:95.769999999999996;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.43;}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:1.05;}}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\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:208.19;s:10:\"netFreight\";d:91.599999999999994;s:15:\"totalSurcharges\";d:26.460000000000001;s:14:\"netFedExCharge\";d:118.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.06;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:116.59;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:95.769999999999996;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.82;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.43;}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:1.05;}}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:\"OAK\";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:180.24000000000001;s:14:\"totalNetCharge\";d:103.28;s:19:\"totalNetFedExCharge\";d:103.28;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.969999999999999;s:20:\"totalFreightDiscount\";d:100.93000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:18.02;s:7:\"percent\";d: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.909999999999997;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.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: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:1.05;}}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:\"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:180.24000000000001;s:10:\"netFreight\";d:79.310000000000002;s:15:\"totalSurcharges\";d:23.969999999999999;s:14:\"netFedExCharge\";d:103.28;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:103.28;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:100.93000000000001;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.909999999999997;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:18.02;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.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: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:1.05;}}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:\"OAK\";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:154.80000000000001;s:14:\"totalNetCharge\";d:89.810000000000002;s:19:\"totalNetFedExCharge\";d:89.810000000000002;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.699999999999999;s:20:\"totalFreightDiscount\";d:86.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:15.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:71.209999999999994;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:14.67;}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:1.05;}}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:\"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:154.80000000000001;s:10:\"netFreight\";d:68.109999999999999;s:15:\"totalSurcharges\";d:21.699999999999999;s:14:\"netFedExCharge\";d:89.810000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:89.810000000000002;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:86.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:71.209999999999994;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:15.48;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:14.67;}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:1.05;}}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:\"OAK\";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-28\";s:7:\"encoded\";b:0;}}','off'),(343837,'_transient_timeout_fedex_quote_2671aa83eab0e248539604160407d500','1767547919','off'),(343838,'_transient_fedex_quote_2671aa83eab0e248539604160407d500','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"62fbe60b-7db8-41b2-a06d-0b55b2913ce9\";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:105.5;s:14:\"totalNetCharge\";d:71.599999999999994;s:19:\"totalNetFedExCharge\";d:71.599999999999994;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:24.48;s:20:\"totalFreightDiscount\";d:58.380000000000003;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:46.780000000000001;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:11.6;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:11.44;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:53.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: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:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:14.140000000000001;s:14:\"netFedExCharge\";d:44.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.530000000000001;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:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;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:32.5;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.1699999999999999;}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.40000000000000002;}}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.840000000000003;s:10:\"netFreight\";d:16.73;s:15:\"totalSurcharges\";d:10.34;s:14:\"netFedExCharge\";d:27.07;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.07;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16.100000000000001;}s:21:\"totalFreightDiscounts\";d:18.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:14.279999999999999;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:3.8300000000000001;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.2699999999999996;}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.40000000000000002;}}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:\"OAK\";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-28\";s:7:\"encoded\";b:0;}}','off'),(343839,'_transient_timeout_fedex_quote_c0a6bf620836b4002aa9a0de10c32be2','1767547946','off'),(343840,'_transient_fedex_quote_c0a6bf620836b4002aa9a0de10c32be2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"62390072-f555-4357-88f2-2d38b51b00ee\";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:840.24000000000001;s:14:\"totalNetCharge\";d:1039.1600000000001;s:19:\"totalNetFedExCharge\";d:1039.1600000000001;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:198.91999999999999;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:173.22;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:62;}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:\"OAK\";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:778.24000000000001;s:14:\"totalNetCharge\";d:381.67000000000002;s:19:\"totalNetFedExCharge\";d:381.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:78.170000000000002;s:20:\"totalFreightDiscount\";d:474.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:77.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:396.91000000000003;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:63.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:62;}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:\"OAK\";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:739.45000000000005;s:14:\"totalNetCharge\";d:363.49000000000001;s:19:\"totalNetFedExCharge\";d:363.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:75.109999999999999;s:20:\"totalFreightDiscount\";d:451.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:73.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:377.12;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:60.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:62;}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:\"OAK\";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:643.47000000000003;s:14:\"totalNetCharge\";d:357.18000000000001;s:19:\"totalNetFedExCharge\";d:357.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:74.049999999999997;s:20:\"totalFreightDiscount\";d:360.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:64.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:296;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:59.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:62;}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:\"OAK\";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:573.14999999999998;s:14:\"totalNetCharge\";d:319.95999999999998;s:19:\"totalNetFedExCharge\";d:319.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:67.780000000000001;s:20:\"totalFreightDiscount\";d:320.97000000000003;s:15:\"freightDiscount\";a: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.32;s:7:\"percent\";d: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.64999999999998;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:52.82;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:62;}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:\"OAK\";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:467.82999999999998;s:14:\"totalNetCharge\";d:264.25;s:19:\"totalNetFedExCharge\";d:264.25;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:58.399999999999999;s:20:\"totalFreightDiscount\";d:261.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:46.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:215.19999999999999;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.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: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:62;}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:\"OAK\";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:118.90000000000001;s:14:\"totalNetCharge\";d:78.219999999999999;s:19:\"totalNetFedExCharge\";d:78.219999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:25.640000000000001;s:20:\"totalFreightDiscount\";d:66.319999999999993;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:53.240000000000002;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:13.08;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:12.6;}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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60.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:62;}}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:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:14.140000000000001;s:14:\"netFedExCharge\";d:44.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.530000000000001;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:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;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:32.5;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.1699999999999999;}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.40000000000000002;}}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:48.240000000000002;s:10:\"netFreight\";d:22.190000000000001;s:15:\"totalSurcharges\";d:11.5;s:14:\"netFedExCharge\";d:33.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:33.689999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23.100000000000001;}s:21:\"totalFreightDiscounts\";d:26.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.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:5.3099999999999996;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.4299999999999997;}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.40000000000000002;}}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:\"OAK\";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-28\";s:7:\"encoded\";b:0;}}','off'),(343850,'_transient_timeout_fedex_quote_c88fd4726b1d075de553a7462eb40177','1767548348','off'),(343851,'_transient_fedex_quote_c88fd4726b1d075de553a7462eb40177','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"c92f4a52-92d9-4ad9-92f4-e3a7d6e02d2b\";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:1286.0999999999999;s:14:\"totalNetCharge\";d:1591.96;s:19:\"totalNetFedExCharge\";d:1591.96;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:305.86000000000001;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:265.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:18;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:1193.0999999999999;s:14:\"totalNetCharge\";d:585.97000000000003;s:19:\"totalNetFedExCharge\";d:585.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:120.65000000000001;s:20:\"totalFreightDiscount\";d:727.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:119.3;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:608.48000000000002;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.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: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:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:1138.8499999999999;s:14:\"totalNetCharge\";d:560.51999999999998;s:19:\"totalNetFedExCharge\";d:560.51999999999998;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.36;s:20:\"totalFreightDiscount\";d:694.69000000000005;s:15:\"freightDiscount\";a: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.88;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:580.80999999999995;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:92.569999999999993;}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:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:1003.42;s:14:\"totalNetCharge\";d:557.32000000000005;s:19:\"totalNetFedExCharge\";d:557.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:115.81999999999999;s:20:\"totalFreightDiscount\";d:561.91999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:100.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:461.57999999999998;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.030000000000001;}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:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:894.03999999999996;s:14:\"totalNetCharge\";d:499.45999999999998;s:19:\"totalNetFedExCharge\";d:499.45999999999998;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:106.08;s:20:\"totalFreightDiscount\";d:500.66000000000003;s:15:\"freightDiscount\";a: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.400000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:411.25999999999999;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.290000000000006;}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:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:760.41999999999996;s:14:\"totalNetCharge\";d:428.75999999999999;s:19:\"totalNetFedExCharge\";d:428.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:94.170000000000002;s:20:\"totalFreightDiscount\";d:425.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:76.040000000000006;s:7:\"percent\";d: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.79000000000002;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:70.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: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:3.1499999999999999;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}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:\"OAK\";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:187.46000000000001;s:14:\"totalNetCharge\";d:122.91;s:19:\"totalNetFedExCharge\";d:122.91;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:40.560000000000002;s:20:\"totalFreightDiscount\";d:105.11;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.480000000000004;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:20.629999999999999;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.649999999999999;}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: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:1.2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:95.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: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:58.450000000000003;s:10:\"netFreight\";d:26.890000000000001;s:15:\"totalSurcharges\";d:14.300000000000001;s:14:\"netFedExCharge\";d:41.189999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.189999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:29.199999999999999;}s:21:\"totalFreightDiscounts\";d:31.559999999999999;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.4299999999999997;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:25.129999999999999;s:7:\"percent\";d:43;}}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.4299999999999997;}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.40000000000000002;}}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:13.960000000000001;s:14:\"netFedExCharge\";d:43.490000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.490000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.600000000000001;}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:6.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: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.40000000000000002;}}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:60.32;s:10:\"netFreight\";d:25.93;s:15:\"totalSurcharges\";d:12.300000000000001;s:14:\"netFedExCharge\";d:38.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.600000000000001;}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: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.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:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"